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