0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-10 07:38:41 +00:00
htmlpurifier/tests/HTMLPurifier/StrategyHarness.php

16 lines
275 B
PHP

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