コード例 #1
0
ファイル: StubLocaleTest.php プロジェクト: laubosslink/lab
 /**
  * @expectedException Symfony\Component\Locale\Exception\MethodNotImplementedException
  */
 public function testGetDisplayRegion()
 {
     StubLocale::getDisplayRegion('pt-Latn-BR', 'en');
 }