Skip to content

Commit

Permalink
reset composer 'test' script to run entire phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petenelson committed May 1, 2020
1 parent 5898e91 commit 8c0d022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"scripts": {
"lint": "phpcs elasticpress.php includes",
"lint-fix": "phpcbf elasticpress.php includes",
"test": "phpunit --group=testMultipleTests --verbose --debug",
"test": "phpunit",
"test-single-site": "phpunit -c single-site.xml.dist",
"setup-local-tests": "bash bin/install-wp-tests.sh ep_wp_test root password mysql trunk true"
},
Expand Down

0 comments on commit 8c0d022

Please sign in to comment.