예제 #1
0
 public function testSetLocale()
 {
     $oldLocale = I18n::getLocale();
     I18n::setLocale('id');
     $recentLocale = I18n::getLocale();
     $this->assertNotEquals($oldLocale, $recentLocale);
 }