Skip to content

Commit 6eb237f

Browse files
committed
fix(test): Remove unexisting --verbose flag
Remove the --verbose flag that does not exists anymore in PHPUnit 11.
1 parent 1e78be2 commit 6eb237f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
source bin/helpers/_utils.sh
55
set_source_and_root_dir
66

7-
./vendor/bin/phpunit --verbose test
7+
./vendor/bin/phpunit test

0 commit comments

Comments
 (0)