mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-17 13:43:50 +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`
|