Fix case of more class checks.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10437 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
32db1a5eb8
commit
182debe39a
7 changed files with 7 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
require "tests.php4";
|
||||
require "template_construct.php";
|
||||
|
||||
check::classes(array(foo_int));
|
||||
check::classes(array(Foo_int));
|
||||
$foo_int=new foo_int(3);
|
||||
check::is_a($foo_int,"foo_int","Made a foo_int");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue