Try to confirm a phpdbg bug was introduced in 7.0.7
This commit is contained in:
parent
68cea9a183
commit
55bc33a79a
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,8 @@ env:
|
||||||
- setup=basic
|
- setup=basic
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.0
|
- 7.0.6
|
||||||
|
- 7.0.7
|
||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
@ -39,4 +40,4 @@ before_script:
|
||||||
- sleep 5 # Give artisan some time to start serving
|
- sleep 5 # Give artisan some time to start serving
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpdbg -qrr vendor/bin/phpunit
|
- phpdbg -qrr vendor/bin/phpunit --coverage-text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue