Esempio n. 1
0
 /**
  * @expectedException Symfony\Component\Locale\Exception\MethodNotImplementedException
  */
 public function testAcceptFromHttp()
 {
     StubLocale::acceptFromHttp('pt-br,en-us;q=0.7,en;q=0.5');
 }