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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue