Fix newline issues in tests.
[htmlpurifier/darkodev.git] / tests / HTMLPurifier / ChildDefHarness.php
blob2904141557d8b18c04ce3ece5617771d63f833ce
1 <?php
3 class HTMLPurifier_ChildDefHarness extends HTMLPurifier_ComplexHarness
6 public function setUp() {
7 parent::setUp();
8 $this->obj = null;
9 $this->func = 'validateChildren';
10 $this->to_tokens = true;
11 $this->to_html = true;