summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-01-16 16:00:00 +0100
committerJoas Schilling <coding@schilljs.com>2023-01-16 16:00:00 +0100
commitb20f90d7444ce0f8e156406a34fcc111f4420bce (patch)
tree78f766dbf629ac31ecadac4c2513c8b3e0d60b3f /composer.json
parent5ba554c3f751ba8b8035c7fc8404ca6194d3c16a (diff)
chore(CI): Update master php testing versions and workflow templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
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",