Scaffolded unit tests

This commit is contained in:
Justin Foell
2018-09-21 10:28:46 -05:00
parent 947b26faeb
commit 438f849fad
6 changed files with 70 additions and 26 deletions
+3 -1
View File
@@ -5,6 +5,8 @@
"php": ">=5.2.4"
},
"require-dev": {
"wp-coding-standards/wpcs": "~0.14"
"wp-coding-standards/wpcs": "1.*",
"phpunit/phpunit": "^6",
"10up/wp_mock": "0.3.0"
}
}