Esempio n. 1
0
 /**
  * @expectedException Symfony\Component\Locale\Exception\MethodNotImplementedException
  */
 public function testGetDisplayRegion()
 {
     StubLocale::getDisplayRegion('pt-Latn-BR', 'en');
 }