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:
Olly Betts 2008-05-09 12:46:40 +00:00
commit d967ef74bd
12 changed files with 20 additions and 20 deletions

View file

@ -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());