Test suite warning fixes
This commit is contained in:
parent
03570f85f2
commit
eec306c228
8 changed files with 40 additions and 34 deletions
|
|
@ -4,9 +4,9 @@ require "tests.php";
|
|||
require "threads_exception.php";
|
||||
|
||||
// Check functions
|
||||
check::functions(array(test_simple,test_message,test_hosed,test_unknown,test_multi));
|
||||
check::functions(array(test_simple,test_message,test_hosed,test_unknown,test_multi,is_python_builtin));
|
||||
// Check classes.
|
||||
check::classes(array(Exc,Test));
|
||||
check::classes(array(Exc,Test,threads_exception));
|
||||
// Chek globals.
|
||||
check::globals(array(exc_code,exc_msg));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue