We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221a794 commit bf26556Copy full SHA for bf26556
composer.json
@@ -12,7 +12,8 @@
12
"phpcompatibility/phpcompatibility-wp": "^2"
13
},
14
"require-dev": {
15
- "wp-coding-standards/wpcs": "^1"
+ "wp-coding-standards/wpcs": "^1",
16
+ "phpunit/phpunit": "^5"
17
18
"scripts": {
19
"post-update-cmd": [
@@ -22,6 +23,7 @@
22
23
"cd php52; composer install; cd .."
24
],
25
"phpcs": "phpcs --standard=src/ruleset-wordpress.xml wpengine-phpcompat.php load-files.php src/*.php",
- "phpcs:fix": "phpcbf --standard=src/ruleset-wordpress.xml wpengine-phpcompat.php load-files.php src/*.php"
26
+ "phpcs:fix": "phpcbf --standard=src/ruleset-wordpress.xml wpengine-phpcompat.php load-files.php src/*.php",
27
+ "test": "phpunit"
28
}
29
0 commit comments