Release 2.1.0, merged in 1313 to HEAD.
[htmlpurifier.git] / tests / HTMLPurifier / ChildDefHarness.php
blobb0acb0bf42ac722d920fa75754baf62262fd2cfa
1 <?php
3 require_once 'HTMLPurifier/ComplexHarness.php';
4 require_once 'HTMLPurifier/ChildDef.php';
6 class HTMLPurifier_ChildDefHarness extends HTMLPurifier_ComplexHarness
9 function setUp() {
10 $this->obj = null;
11 $this->func = 'validateChildren';
12 $this->to_tokens = true;
13 $this->to_html = true;