소스 검색

Fix composer test cmd

Jordi Boggiano 5 년 전
부모
커밋
f1a71f5599
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",