コード例 #1
0
ファイル: I18nTest.php プロジェクト: vincenta/stato
 public function testShouldDefaultToSimpleBackend()
 {
     $this->assertEquals('Stato\\I18n\\Backend\\Simple', get_class(I18n::getBackend()));
 }