/** * @expectedException Symfony\Component\Locale\Exception\MethodNotImplementedException */ public function testGetAllVariants() { StubLocale::getAllVariants('pt_BR_Latn'); }