/** * @expectedException Symfony\Component\Locale\Exception\MethodNotImplementedException */ public function testGetDisplayScript() { StubLocale::getDisplayScript('pt-Latn-BR', 'en'); }