コード例 #1
0
ファイル: StubLocaleTest.php プロジェクト: laubosslink/lab
 /**
  * @expectedException Symfony\Component\Locale\Exception\MethodNotImplementedException
  */
 public function testAcceptFromHttp()
 {
     StubLocale::acceptFromHttp('pt-br,en-us;q=0.7,en;q=0.5');
 }