CI codeception error_level 잘못된 설정 수정

This commit is contained in:
bnu 2015-05-28 14:10:25 +09:00
parent 58f094a5f7
commit d1916d744f

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_WARNING & ~E_STRICT & ~E_DEPRECATED & ~E_NOTICE"