Update lists of expected function, classes, and globals to match what we get
with PHP5. There are no longer any warnings about these. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11771 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2c50482854
commit
8461ba43ff
8 changed files with 21 additions and 22 deletions
|
|
@ -3,7 +3,7 @@ require "tests.php";
|
|||
require "enum_scope_template.php";
|
||||
|
||||
check::classes(array("enum_scope_template", "TreeInt"));
|
||||
check::functions("chops");
|
||||
check::functions(array("chops","treeint_chops"));
|
||||
check::equal(0,TreeInt_Oak,"0==TreeInt_Oak");
|
||||
check::equal(1,TreeInt_Fir,"1==TreeInt_Fir");
|
||||
check::equal(2,TreeInt_Cedar,"2==TreeInt_Cedar");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue