예제 #1
0
 protected function test(dom\element $test, $sContent, $controler, dom\document $doc, fs\file $file)
 {
     $result = parent::test($test, $sContent, $controler, $doc, $file);
     $sPath = $this->getControler()->getDirectory()->getName();
     $this->setControler($this->createControler($sPath));
     return $result;
 }
예제 #2
0
 protected function testArgument(dom\element $test, dom\document $doc, fs\file $file)
 {
     $expected = $test->getx('self:expected');
     return parent::test($test, $expected->read(), $this, $doc, $file);
 }
예제 #3
0
 protected function test(dom\element $test, $sContent, $controler, dom\document $doc, fs\file $file)
 {
     $controler = $this;
     return parent::test($test, $sContent, $controler, $doc, $file);
 }