GettextMessageSourceTest.php 245 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 15 16 17
class GettextMessageSourceTest extends TestCase
{
	public function testLoadMessages()
	{
		$this->markTestSkipped();
	}
}