Browse Source

Fix composer test cmd

Jordi Boggiano 5 years ago
parent
commit
f1a71f5599
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

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