15 lines
226 B
PHP
Executable File
15 lines
226 B
PHP
Executable File
<?php
|
|
|
|
class HTMLPurifier_AttrTransformHarness extends HTMLPurifier_ComplexHarness
|
|
{
|
|
|
|
public function setUp()
|
|
{
|
|
parent::setUp();
|
|
$this->func = 'transform';
|
|
}
|
|
|
|
}
|
|
|
|
// vim: et sw=4 sts=4
|