diff --git a/composer.json b/composer.json index aca315c..088ff18 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "nesbot/carbon": "^3.3" }, "scripts": { - "test": "phpunit --testdox tests", + "test": "phpunit tests", "modeltest": "phpunit --testsuite models", "apitest": "phpunit --testsuite api" },