Exemple #1
0
 public function setUp()
 {
     parent::setUp();
     $this->func = 'execute';
     $this->to_tokens = true;
     $this->to_html = true;
 }
Exemple #2
0
 public function setUp()
 {
     parent::setUp();
     $this->obj = null;
     $this->func = 'validateChildren';
     $this->to_html = true;
     $this->to_node_list = true;
 }
 public function setUp()
 {
     parent::setUp();
     $this->func = 'transform';
 }