mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Fix various warnings in PHP 8.0
This commit is contained in:
parent
f46b41f437
commit
60465fb2db
23 changed files with 65 additions and 55 deletions
|
|
@ -63,6 +63,6 @@ class LangParserTest extends \Codeception\TestCase\Test
|
|||
include \RX_BASEDIR . $this->_dir . '/ja.php';
|
||||
$this->assertEquals('テスト言語', $lang->testlang);
|
||||
$this->assertEquals('<p>HTML コンテンツ</p>', $lang->testhtml);
|
||||
$this->assertNull($lang->testarray);
|
||||
$this->assertNull($lang->testarray ?? null);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue