1
0
Fork 0

Fix composer test cmd

pull/8566/head
Jordi Boggiano 2020-02-07 21:57:11 +01:00
parent 50390d139d
commit f1a71f5599
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
], ],
"scripts": { "scripts": {
"compile": "@php -dphar.readonly=0 bin/compile", "compile": "@php -dphar.readonly=0 bin/compile",
"test": "phpunit" "test": "simple-phpunit"
}, },
"scripts-descriptions": { "scripts-descriptions": {
"compile": "Compile composer.phar", "compile": "Compile composer.phar",