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
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue