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