예제 #1
0
파일: I18nTest.php 프로젝트: vincenta/stato
 public function testDefaultLocale()
 {
     $this->assertEquals('en', I18n::getDefaultLocale());
 }