diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 738c09d..b0ad6b5 100644 --- a/composer.json +++ b/composer.json @@ -57,6 +57,7 @@ }, "scripts": { "test" : "vendor/bin/phpunit", + "testOnly" : "vendor/bin/phpunit --colors --filter", "coverage" : "vendor/bin/phpunit --coverage-text" } } |