mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-10 01:06:20 +02:00
Fix creation of dynamic property (#333)
This commit is contained in:
@ -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'));
|
||||
|
||||
|
Reference in New Issue
Block a user