Example #1
0
 public function testInvalidShemeSetMeta()
 {
     $view = new View();
     $this->setExpectedException('InvalidArgumentException', 'Modifier "scheme" not supported by HTML5');
     $view->setMeta('name', 'value', '', ['scheme' => 'scheme']);
 }