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 "director_string.php";
check::functions(array(a_get_first,a_call_get_first,a_string_length,a_process_text,a_call_process_func,stringvector_size,stringvector_is_empty,stringvector_clear,stringvector_push,stringvector_pop,stringvector_capacity,stringvector_reserve));
// No new classes
check::classes(array(A,StringVector));
// now new vars
check::globals(array(a,a_call,a_m_strings,stringvector));
class B extends A {
function get_first() {