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);
 }