Support for inline-block.
[htmlpurifier.git] / tests / HTMLPurifier / ChildDefHarness.php
blob4b4d2f5b6895f2261067d077bc4a9909c7425b07
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;
16 // vim: et sw=4 sts=4