コード例 #1
0
 public function testGetHTML()
 {
     $this->contentblockinst->setBlockStyle(new \Core\CenteredBlockStyle());
     $this->assertTrue(strpos($this->contentblockinst->getHTML(null), $this->htmlcontent) >= 0);
 }