Skip to content

Commit 9c3bba1

Browse files
committed
chore: display deprecation messages when run unit tests
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 3e3d81b commit 9c3bba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"scripts": {
40-
"test:unit": "vendor/bin/phpunit --no-coverage --colors=always --fail-on-warning --fail-on-risky",
40+
"test:unit": "vendor/bin/phpunit --no-coverage --colors=always --fail-on-warning --fail-on-risky --display-deprecations --display-phpunit-deprecations",
4141
"test:coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit"
4242
},
4343
"extra": {

0 commit comments

Comments
 (0)