Add testdox option
This commit is contained in:
parent
73cbaaf9f1
commit
d74bb29e10
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
if: matrix.test-types == 'functional'
|
if: matrix.test-types == 'functional'
|
||||||
|
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
run: vendor/bin/phpunit --colors=always --testsuite=${{ matrix.test-types }}
|
run: vendor/bin/phpunit --testdox --colors=always --testsuite=${{ matrix.test-types }}
|
||||||
env:
|
env:
|
||||||
SIMPLETEST_BASE_URL: http://localhost:8000
|
SIMPLETEST_BASE_URL: http://localhost:8000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue