mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
17 lines
228 B
PHP
17 lines
228 B
PHP
<?php
|
|
|
|
namespace yiiunit\framework\i18n;
|
|
|
|
use yiiunit\TestCase;
|
|
|
|
/**
|
|
* @group i18n
|
|
*/
|
|
class GettextMessageSourceTest extends TestCase
|
|
{
|
|
public function testLoadMessages()
|
|
{
|
|
$this->markTestIncomplete();
|
|
}
|
|
}
|