1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-17 22:18:23 +01:00
php-htmlpurifier/tests/HTMLPurifier/AttrTransformHarness.php

14 lines
211 B
PHP

<?php
require_once 'HTMLPurifier/ComplexHarness.php';
class HTMLPurifier_AttrTransformHarness extends HTMLPurifier_ComplexHarness
{
function setUp() {
$this->func = 'transform';
}
}