mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
c5fdb24244
Fixed a bug in pace formatting
18 lines
362 B
Markdown
18 lines
362 B
Markdown
# Unit Tests
|
|
|
|
While the main WP-Strava plugin code itself is PHP 5.2 compatible, you will need at least PHP 7.2 to run 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`
|