0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/tests/HTMLPurifier/AttrTransformHarness.php

13 lines
194 B
PHP
Raw Normal View History

<?php
class HTMLPurifier_AttrTransformHarness extends HTMLPurifier_ComplexHarness
{
public function setUp() {
parent::setUp();
$this->func = 'transform';
}
}