예제 #1
0
파일: I18nTest.php 프로젝트: vincenta/stato
 public function testShouldDefaultToSimpleBackend()
 {
     $this->assertEquals('Stato\\I18n\\Backend\\Simple', get_class(I18n::getBackend()));
 }