Fix -prefix to prefix PHP class names
This commit is contained in:
parent
26f218327b
commit
f1aaeeea1c
3 changed files with 18 additions and 17 deletions
|
|
@ -3,8 +3,8 @@
|
|||
require "tests.php";
|
||||
require "prefix.php";
|
||||
|
||||
// New functions
|
||||
check::functions(array('foo_get_self'));
|
||||
// No new functions
|
||||
check::functions(array());
|
||||
// New classes
|
||||
check::classes(array('ProjectFoo'));
|
||||
// No new vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue