mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 12:22:15 +09:00
Fix remainder of unit test warnings in PHP 8.0
This commit is contained in:
parent
e368cb2f2a
commit
334b1cc277
8 changed files with 30 additions and 19 deletions
|
|
@ -5,8 +5,6 @@ class ValidatorTest extends \Codeception\TestCase\Test
|
|||
public function _before()
|
||||
{
|
||||
$ob_level = ob_get_level();
|
||||
|
||||
Context::init();
|
||||
while (ob_get_level() > $ob_level)
|
||||
{
|
||||
ob_end_clean();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue