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:
parent
b417beba2f
commit
48ced2736d
5 changed files with 9 additions and 15 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue