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
|
|
@ -7,8 +7,6 @@ require "threads_exception.php";
|
|||
check::functions(array(test_simple,test_message,test_hosed,test_unknown,test_multi,is_python_builtin));
|
||||
// Check classes.
|
||||
check::classes(array(Exc,Test,threads_exception));
|
||||
// Chek globals.
|
||||
check::globals(array(exc_code,exc_msg));
|
||||
|
||||
$t = new Test();
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue