diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index fb612a3..83619c6 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,6 @@ "wp-phpunit/wp-phpunit": "^5.7" }, "scripts": { - "test": "./run-tests" + "test": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/giglogadmin/phpunit.xml'" } } |