mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Don't hide E_WARNING in unit tests
This commit is contained in:
parent
f8ca668982
commit
afbbc965ab
3 changed files with 4 additions and 3 deletions
|
|
@ -8,4 +8,4 @@ settings:
|
|||
bootstrap: _bootstrap.php
|
||||
colors: true
|
||||
memory_limit: 1024M
|
||||
error_level: "E_ALL & ~E_WARNING & ~E_STRICT & ~E_DEPRECATED & ~E_NOTICE"
|
||||
error_level: "E_ALL & ~E_STRICT & ~E_DEPRECATED & ~E_NOTICE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue