mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-02 20:27:40 +02:00
Add slight documentation to CompositeTest.php
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@232 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -6,6 +6,7 @@ class HTMLPurifier_AttrDef_Composite_Testable extends
|
|||||||
HTMLPurifier_AttrDef_Composite
|
HTMLPurifier_AttrDef_Composite
|
||||||
{
|
{
|
||||||
|
|
||||||
|
// we need to pass by ref to get the mocks in
|
||||||
function HTMLPurifier_AttrDef_Composite_Testable(&$defs) {
|
function HTMLPurifier_AttrDef_Composite_Testable(&$defs) {
|
||||||
$this->defs =& $defs;
|
$this->defs =& $defs;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user