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
|
|
@ -15,6 +15,7 @@ CPP_TEST_CASES += \
|
|||
php_iterator \
|
||||
php_namewarn_rename \
|
||||
php_pragma \
|
||||
prefix \
|
||||
|
||||
include $(srcdir)/../common.mk
|
||||
|
||||
|
|
|
|||
|
|
@ -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