Пример #1
0
 /**
  * @expectedException Symfony\Component\Locale\Exception\MethodNotImplementedException
  */
 public function testLookup()
 {
     $langtag = array('pt-Latn-BR', 'pt-BR');
     StubLocale::lookup($langtag, 'pt-BR-x-priv1');
 }