Skip to content

Commit

Permalink
Fix tests (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Apr 26, 2024
1 parent 563e60d commit 954ce7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"squizlabs/php_codesniffer": "^3.6"
},
"scripts": {
"test": "vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-text",
"test": "vendor/bin/phpunit --configuration tests/phpunit.xml --no-coverage",
"testcov": "vendor/bin/phpunit --configuration tests/phpunit.xml",
"lint": "vendor/bin/phpcs --report=summary src public templates",
"lintlong": "vendor/bin/phpcs src public templates",
"lintfix": "vendor/bin/phpcbf src public templates"
Expand Down

0 comments on commit 954ce7d

Please sign in to comment.