getTemplateParser() public method

public getTemplateParser ( )
示例#1
0
文件: html.php 项目: xihewang/atoum
 public function testSetTemplateParser()
 {
     $this->if($field = new testedClass(uniqid(), uniqid(), uniqid()))->then->object($field->setTemplateParser($templateParser = new template\parser()))->isIdenticalTo($field)->object($field->getTemplateParser())->isIdenticalTo($templateParser);
 }