summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 301f0e666..a42eb32fd 100644
--- a/composer.json
+++ b/composer.json
@@ -39,7 +39,7 @@
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
- "test": "cd tests/php/ && phpunit -c phpunit.xml"
+ "test:unit": "vendor/bin/phpunit -c tests/php/phpunit.xml"
},
"require-dev": {
"nextcloud/ocp": "dev-master",