コード例 #1
0
ファイル: G11nTestDebug.php プロジェクト: elkuku/g11n
 /**
  * Test method.
  *
  * @return void
  */
 public function testDebugYTranslate()
 {
     G11n::setDebug(true);
     $this->assertThat(g11n3t('Hello test'), $this->equalTo('+-HHHH-+'));
 }