diff --git a/composer.json b/composer.json index 15a5695..5e29b1e 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ } }, "scripts": { - "test": "phpunit --testdox", + "test": "phpunit --display-deprecations", "test-watch": "phpunit-watcher watch", "cs-fix": "php-cs-fixer fix" }