コード例 #1
0
ファイル: TableTest.php プロジェクト: Jaaviieer/PrograWeb
 public function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_Table();
 }
コード例 #2
0
 public function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_StrictBlockquote('div | p');
 }
コード例 #3
0
ファイル: ChameleonTest.php プロジェクト: Jaaviieer/PrograWeb
 public function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_Chameleon('b | i', 'b | i | div');
     $this->context->register('IsInline', $this->isInline);
 }
コード例 #4
0
 function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_Required('dt | dd');
 }
コード例 #5
0
 function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_List();
 }
コード例 #6
0
ファイル: CustomTest.php プロジェクト: youprofit/casebox
 public function setUp()
 {
     parent::setUp();
 }
コード例 #7
0
 function setUp()
 {
     parent::setUp();
     $this->obj = new HTMLPurifier_ChildDef_Optional('b | i');
 }