diff --git a/composer.json b/composer.json index 0ce9c94c..d1309307 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "scripts": { "lint": "phpcs", "lint-compat": "phpcs -p --standard=PHPCompatibilityWP --runtime-set testVersion 5.6- --extensions=php --ignore='tests/,includes/Yubico/,vendor/,wordpress/,node_modules/' .", - "test": "php -d xdebug.mode=coverage vendor/bin/phpunit", + "test": "phpunit", "test:watch": [ "Composer\\Config::disableProcessTimeout", "phpunit-watcher watch --no-coverage"