Update lists of wrapped functions.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8726 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Kevin Ruland 2006-02-06 13:54:09 +00:00
commit 48ced2736d
5 changed files with 9 additions and 15 deletions

View file

@ -4,11 +4,9 @@
require "tests.php4";
require "class_ignore.php";
// No new functions
check::functions(array(do_blah));
// No new classes
check::classes(array(bar));
// now new vars
check::classes(array(bar,boo,far,hoo));
// No new vars
check::globals(array());
$bar=new bar();