0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/tests/HTMLPurifier/ChildDefHarness.php

18 lines
321 B
PHP
Raw Normal View History

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