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:
Olly Betts 2008-05-10 17:56:45 +00:00
commit 182debe39a
7 changed files with 7 additions and 7 deletions

View file

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