mageekguy\atoum\report\fields\runner\coverage\html::getTemplateParser PHP 메소드

getTemplateParser() 공개 메소드

public getTemplateParser ( )
    public function getTemplateParser()
    {
        return $this->templateParser;
    }

Usage Example

예제 #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);
 }