Added System of Measure (English) unit tests;

Fixed a bug in pace formatting
This commit is contained in:
Justin Foell
2019-03-01 11:41:41 -06:00
parent cf1af2a0b2
commit c5fdb24244
6 changed files with 104 additions and 31 deletions
+3 -3
View File
@@ -5,8 +5,8 @@
"php": ">=5.2.4"
},
"require-dev": {
"wp-coding-standards/wpcs": "1.*",
"phpunit/phpunit": "^6",
"10up/wp_mock": "0.3.0"
"wp-coding-standards/wpcs": "^2",
"phpunit/phpunit": "^8",
"10up/wp_mock": "^0.4"
}
}