1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-10-15 22:16:04 +02:00
Files
php-htmlpurifier/tests/HTMLPurifier/StrategyHarness.php
2007-06-27 13:58:32 +00:00

16 lines
261 B
PHP

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