mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
15 lines
243 B
Markdown
15 lines
243 B
Markdown
|
|
# Unit Tests
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
In the main plugin directory run the following commands from the terminal:
|
||
|
|
|
||
|
|
`composer install`
|
||
|
|
|
||
|
|
|
||
|
|
## Running Tests
|
||
|
|
|
||
|
|
In the main plugin directory run the following commands from the terminal:
|
||
|
|
|
||
|
|
`vendor/bin/phpunit`
|