GettextMessageSourceTest.php 248 Bytes
Newer Older
resurtm committed
1 2 3 4 5 6 7
<?php

namespace yiiunit\framework\i18n;

use yii\i18n\GettextMessageSource;
use yiiunit\TestCase;

8 9 10
/**
 * @group i18n
 */
resurtm committed
11 12 13 14
class GettextMessageSourceTest extends TestCase
{
	public function testLoadMessages()
	{
15
		$this->markTestIncomplete();
resurtm committed
16 17
	}
}