Пример #1
0
 public function testGetLocales()
 {
     $locales = StubLocale::getLocales();
     $this->assertTrue(in_array('pt', $locales));
 }