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

namespace yiiunit\framework\i18n;

use yiiunit\TestCase;

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