mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
CI codeception error_level 잘못된 설정 수정
This commit is contained in:
parent
58f094a5f7
commit
d1916d744f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@ settings:
|
||||||
bootstrap: _bootstrap.php
|
bootstrap: _bootstrap.php
|
||||||
colors: true
|
colors: true
|
||||||
memory_limit: 1024M
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue