mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
unit test3
This commit is contained in:
parent
b727466e61
commit
ea2cc89d46
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class LangTest extends \Codeception\TestCase\Test
|
|||
$this->assertEquals('admin.help', $ko->get('admin.help'));
|
||||
$this->assertEquals('admin.help', $en->get('admin.help'));
|
||||
|
||||
$this->assertEquals('Help', $ja->help);
|
||||
$ja->loadPlugin('common');
|
||||
$this->assertEquals('ヘルプ', $ja->help);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue