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