<?php
namespace yiiunit\framework\i18n;
use yiiunit\TestCase;
/**
* @group i18n
*/
class GettextMessageSourceTest extends TestCase
{
public function testLoadMessages()
$this->markTestIncomplete();
}