Docblock update
[htmlpurifier.git] / tests / HTMLPurifier / ChildDefHarness.php
blobd21070c9aa359a6b88efde3420b2c64ded99e2b4
1 <?php
3 class HTMLPurifier_ChildDefHarness extends HTMLPurifier_ComplexHarness
6 public function setUp()
8 parent::setUp();
9 $this->obj = null;
10 $this->func = 'validateChildren';
11 $this->to_html = true;
12 $this->to_node_list = true;
17 // vim: et sw=4 sts=4