fix: run wiremock in background

pull/85/head
Luciano Righetti 2022-01-20 16:29:31 +01:00
parent 6e4dc3a6cd
commit b2ffc822e9
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
"cs-fix": "phpcbf --colors --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/ tests/",
"stan": "phpstan analyse src/",
"test": [
"sh ./tests/Helper/wiremock/start.sh",
"nohup sh ./tests/Helper/wiremock/start.sh >/dev/null 2>&1 &",
"phpunit",
"sh ./tests/Helper/wiremock/stop.sh"
]