mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +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
|
|
@ -10,7 +10,7 @@ class ValidatorTest extends \Codeception\TestCase\Test
|
|||
public function _before()
|
||||
{
|
||||
global $lang;
|
||||
|
||||
if(!$lang) $lang = new stdClass();
|
||||
$lang->filter = new stdClass();
|
||||
$lang->filter->isnull = 'isnull';
|
||||
$lang->filter->outofrange = 'outofrange';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue