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