mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-14 03:07:53 +01:00
Fixes #16910: Fix messages sorting on extract
This commit is contained in:
committed by
Alexander Makarov
parent
d07e286dbd
commit
c162bd7ae7
@@ -186,4 +186,11 @@ class DbMessageControllerTest extends BaseMessageControllerTest
|
||||
$this->assertArrayHasKey($obsoleteMessage, $messages, "Obsolete message should not be removed. Command output:\n\n" . $out);
|
||||
$this->assertEquals($obsoleteTranslation, $messages[$obsoleteMessage], "Obsolete message was not marked properly. Command output:\n\n" . $out);
|
||||
}
|
||||
|
||||
public function testMessagesSorting()
|
||||
{
|
||||
$this->markTestSkipped('There\'s no need to order messages for database');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user