コード例 #1
0
 function runFilter(PHPTAL_Dom_Element $el)
 {
     $f = new PHPTAL_PreFilter_Normalize();
     // assertNull checks for "void" functions
     $this->assertNull($f->setPHPTAL($this->newPHPTAL()));
     $this->assertNull($f->filterDOM($el));
 }