Пример #1
0
 /**
  * @expectedException Symfony\Component\Locale\Exception\MethodNotImplementedException
  */
 public function testGetRegion()
 {
     StubLocale::getRegion('pt-Latn-BR');
 }