Skip to content

Commit 75111d6

Browse files
committed
fixing warnings
1 parent 6f7d410 commit 75111d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"analyze": "vendor/bin/phpstan analyse -c phpstan.neon --memory-limit 1024M",
7373
"cs": "vendor/bin/phpcs --standard=phpcs.xml",
7474
"cs-fix": "vendor/bin/phpcbf --standard=phpcs.xml",
75-
"test": "vendor/bin/phpunit -c phpunit.xml --fail-on-all-issues",
75+
"test": "vendor/bin/phpunit -c phpunit.xml",
7676
"test-coverage": "vendor/bin/phpunit -c phpunit.xml --coverage-clover tests/_output/coverage.xml",
77-
"test-coverage-html": "vendor/bin/phpunit --testdox --coverage-html tests/_output/"
77+
"test-coverage-html": "vendor/bin/phpunit -c phpunit.xml --coverage-html tests/_output/"
7878
}
7979
}

0 commit comments

Comments
 (0)