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

@ -4,7 +4,7 @@
require "tests.php4";
require "conversion.php";
check::classes(array("foo","bar"));
check::classes(array("Foo","Bar"));
$bar=new Bar;
check::classname("bar",$bar);
$foo=$bar->toFoo();