Don't hide E_WARNING in unit tests

This commit is contained in:
Kijin Sung 2016-01-08 13:49:22 +09:00
parent f8ca668982
commit afbbc965ab
3 changed files with 4 additions and 3 deletions

View file

@ -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"