1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-10-22 09:06:23 +02:00
Files
php-htmlpurifier/tests/HTMLPurifier/StrategyHarness.php
2007-08-03 03:20:49 +00:00

17 lines
300 B
PHP

<?php
require_once 'HTMLPurifier/ComplexHarness.php';
class HTMLPurifier_StrategyHarness extends HTMLPurifier_ComplexHarness
{
function setUp() {
parent::setUp();
$this->func = 'execute';
$this->to_tokens = true;
$this->to_html = true;
}
}