Remove globals check in the php test-suite.
It was done mainly to check in the "flat" function structure. Not needed since the class structure is adopted now.
This commit is contained in:
parent
b38e6d9584
commit
05c25a71d6
17 changed files with 0 additions and 30 deletions
|
|
@ -7,8 +7,6 @@ require "cpp_static.php";
|
|||
check::functions(array(staticfunctiontest_static_func,staticfunctiontest_static_func_2,staticfunctiontest_static_func_3,is_python_builtin));
|
||||
// New classes
|
||||
check::classes(array(StaticMemberTest,StaticFunctionTest,cpp_static,StaticBase,StaticDerived));
|
||||
// New vars
|
||||
check::globals(array(staticmembertest_static_int,staticbase_statty,staticderived_statty));
|
||||
|
||||
check::done();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue