diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 48ff46e..951e156 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,6 @@ } }, "scripts": { - "test": "phpunit --testdox tests" + "test": "phpunit" } } |