Fix testsuite checks to match PHP5 wrapping.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10430 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
49fd22d97d
commit
d967ef74bd
12 changed files with 20 additions and 20 deletions
|
|
@ -5,9 +5,9 @@ require "tests.php4";
|
|||
require "arrays_scope.php";
|
||||
|
||||
// No new functions
|
||||
check::functions(array());
|
||||
check::functions(array(new_bar,bar_blah));
|
||||
// No new classes
|
||||
check::classes(array(bar));
|
||||
check::classes(array(arrays_scope,Bar));
|
||||
// now new vars
|
||||
check::globals(array());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue