Files
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

16 lines
295 B
PHP

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