Restore checks for globals in php testcases
This commit is contained in:
parent
50f92dca08
commit
8cb0c185ac
38 changed files with 99 additions and 58 deletions
|
|
@ -9,6 +9,9 @@ check::functions(array('new_intarray','delete_intarray','intarray_getitem','inta
|
|||
// 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('globalxyarray','globalabarray'));
|
||||
|
||||
$d = new doubleArray(10);
|
||||
|
||||
$d->setitem(0, 7);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue