示例#1
0
 /**
  * @issue 3751
  */
 public function testItempropIsSupportedWithHtml5Doctype()
 {
     $this->view->doctype('HTML5');
     $this->helper->__invoke('HeadMeta with Microdata', 'description', 'itemprop');
     $this->assertEquals('<meta itemprop="description" content="HeadMeta with Microdata">', $this->helper->toString());
 }