fix: run wiremock in background
parent
6e4dc3a6cd
commit
b2ffc822e9
|
@ -55,7 +55,7 @@
|
||||||
"cs-fix": "phpcbf --colors --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/ tests/",
|
"cs-fix": "phpcbf --colors --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/ tests/",
|
||||||
"stan": "phpstan analyse src/",
|
"stan": "phpstan analyse src/",
|
||||||
"test": [
|
"test": [
|
||||||
"sh ./tests/Helper/wiremock/start.sh",
|
"nohup sh ./tests/Helper/wiremock/start.sh >/dev/null 2>&1 &",
|
||||||
"phpunit",
|
"phpunit",
|
||||||
"sh ./tests/Helper/wiremock/stop.sh"
|
"sh ./tests/Helper/wiremock/stop.sh"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue