Ejemplo n.º 1
0
 /**
  * Test method.
  *
  * @return void
  */
 public function testDebugYTranslate()
 {
     G11n::setDebug(true);
     $this->assertThat(g11n3t('Hello test'), $this->equalTo('+-HHHH-+'));
 }