Fix casing on path for logchecker integration tests

This commit is contained in:
itismadness
2020-04-17 16:01:52 +00:00
parent b151153db6
commit 80ff156cb7
3 changed files with 10 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
"brainmaestro/composer-git-hooks": "^2.8"
},
"scripts": {
"test": "phpunit",
"test": "phpunit -v",
"lint": "phpcs",
"lint:fix": "phpcbf",
"static-analysis": "phpstan analyze src/"