Exemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_Table();
 }
Exemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_StrictBlockquote('div | p');
 }
Exemplo n.º 3
0
 public function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_Chameleon('b | i', 'b | i | div');
     $this->context->register('IsInline', $this->isInline);
 }
Exemplo n.º 4
0
 function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_Required('dt | dd');
 }
Exemplo n.º 5
0
 function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_List();
 }
Exemplo n.º 6
0
 public function setUp()
 {
     parent::setUp();
 }
 function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_Optional('b | i');
 }