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:
Nihal 2017-07-14 07:01:56 +05:30
commit 05c25a71d6
17 changed files with 0 additions and 30 deletions

View file

@ -7,8 +7,6 @@ require "cpp_basic.php";
check::functions(array(foo_func1,foo_func2,foo___str__,foosubsub___str__,bar_test,bar_testfoo,get_func1_ptr,get_func2_ptr,test_func_ptr,fl_window_show));
// New classes
check::classes(array(cpp_basic,Foo,FooSub,FooSubSub,Bar,Fl_Window));
// New vars
check::globals(array(foo_num,foo_func_ptr,bar_fptr,bar_fref,bar_fval,bar_cint,bar_global_fptr,bar_global_fref,bar_global_fval));
$f = new Foo(3);
$f->func_ptr = get_func1_ptr();