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

@ -9,9 +9,6 @@ check::functions(array(new_intarray,delete_intarray,intarray_getitem,intarray_se
// NB An "li_carrays_cpp" class is created as a mock namespace.
check::classes(array(li_carrays_cpp,doubleArray,AB,XY,XYArray,shortArray));
// Check global variables.
check::globals(array(xy_x,xy_y,globalxyarray,ab_a,ab_b,globalabarray));
$d = new doubleArray(10);
$d->setitem(0, 7);