Skip to content

Commit d3db1bb

Browse files
author
Sebastian Krätzig
committed
Updated PHPUnit test command
1 parent d6f1819 commit d3db1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"tests": [
4646
"parallel-lint .php_cs.dist src tests examples",
4747
"phpcpd src tests",
48-
"phpunit",
48+
"phpunit --testdox",
4949
"composer-require-checker check ./composer.json",
5050
"phpmnd ./ --exclude=./.github/ --exclude=./examples/ --exclude=./vendor/ --non-zero-exit-on-violation --hint",
5151
"php-cs-fixer fix --allow-risky=yes --no-interaction --dry-run --diff-format=udiff -v",

0 commit comments

Comments
 (0)