PSR-2 reformatting PHPDoc corrections
[htmlpurifier.git] / tests / HTMLPurifier / ChildDefHarness.php
blob26bb4c2dd224437a1ac46d8727a137bcb906260e
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_tokens = true;
12 $this->to_html = true;
17 // vim: et sw=4 sts=4