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