0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-21 03:35:18 +00:00
htmlpurifier/tests/HTMLPurifier/DefinitionTestable.php
2022-09-06 13:05:15 -04:00

16 lines
311 B
PHP

<?php
abstract class HTMLPurifier_TestDefinition extends HTMLPurifier_Definition
{
public $info;
public $info_candles;
public $info_random;
}
Mock::generatePartial(
'HTMLPurifier_TestDefinition',
'HTMLPurifier_DefinitionTestable',
array('doSetup'));
// vim: et sw=4 sts=4