Skip to content

Commit e97bbfc

Browse files
committed
Update PHPMD tests call
1 parent a1be35c commit e97bbfc

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
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"tests": {
3939
"docheader": "vendor/bin/docheader check src/",
40-
"phpcmd": "vendor/bin/phpmd src xml phpmd.xml --exclude=*/Tests/*",
40+
"phpcmd": "vendor/bin/phpmd src text phpmd.xml",
4141
"phpcs": "vendor/bin/phpcs src --report=full --standard=phpcs.xml --extensions=php --warning-severity=0",
4242
"phpcpd": "vendor/bin/phpcpd src --exclude=src/Tests/*",
4343
"phpunit": "vendor/bin/phpunit --coverage-text"

0 commit comments

Comments
 (0)