Files
wp-strava/tests
Justin Foell a4e041805d Added System of Measure (Metric) unit tests;
Reworked swimpace() function to show min:sec
2019-03-01 12:23:34 -06:00
..
2018-11-09 13:45:37 -06:00

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