This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/lib/htmlpurifier/tests/HTMLPurifier/ChildDefHarness.php
2012-07-18 20:40:31 +10:00

17 lines
314 B
PHP

<?php
class HTMLPurifier_ChildDefHarness extends HTMLPurifier_ComplexHarness
{
public function setUp() {
parent::setUp();
$this->obj = null;
$this->func = 'validateChildren';
$this->to_tokens = true;
$this->to_html = true;
}
}
// vim: et sw=4 sts=4