mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 16:31:53 +00:00
Fix creation of dynamic property (#333)
This commit is contained in:
parent
dbbd3e59f9
commit
36e06603a8
@ -1,7 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
abstract class HTMLPurifier_TestDefinition extends HTMLPurifier_Definition
|
||||||
|
{
|
||||||
|
public $info;
|
||||||
|
public $info_candles;
|
||||||
|
public $info_random;
|
||||||
|
}
|
||||||
|
|
||||||
Mock::generatePartial(
|
Mock::generatePartial(
|
||||||
'HTMLPurifier_Definition',
|
'HTMLPurifier_TestDefinition',
|
||||||
'HTMLPurifier_DefinitionTestable',
|
'HTMLPurifier_DefinitionTestable',
|
||||||
array('doSetup'));
|
array('doSetup'));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user