[php] Fix -prefix when there are subclasses
The calls to the parent class' magic __get, __set and __isset methods weren't getting the prefix.
This commit is contained in:
parent
4ca4283d33
commit
ead90be779
3 changed files with 10 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ require "tests.php";
|
|||
// No new functions
|
||||
check::functions(array());
|
||||
// New classes
|
||||
check::classes(array('ProjectFoo'));
|
||||
check::classes(array('ProjectBar','ProjectFoo'));
|
||||
// No new vars
|
||||
check::globals(array());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue