mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
Revert "Make the PHP test runner conifigurable"
This reverts commit 5f62b02d14
.
This commit is contained in:
parent
bc9b18268f
commit
b60cd7ae1b
3 changed files with 2 additions and 9 deletions
|
@ -111,9 +111,9 @@ function stop {
|
|||
docker compose down
|
||||
}
|
||||
|
||||
{% if not php.phpunit is same as false and not php.test_runner is same as false %}
|
||||
{% if not php.phpunit is same as false %}
|
||||
function test {
|
||||
_exec php {{ php.test_runner }} --colors=always "${@}"
|
||||
_exec php phpunit --colors=always "${@}"
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue