Exemplo n.º 1
0
 public function testAliases()
 {
     $value = I18n::translate('test_message');
     $this->assertNotEmpty($value);
     $value = I18n::localize(true);
     $this->assertEquals("True", $value);
 }