summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/threads_exception_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/threads_exception_runme.php')
-rw-r--r--Examples/test-suite/php/threads_exception_runme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/test-suite/php/threads_exception_runme.php b/Examples/test-suite/php/threads_exception_runme.php
index 31148a1e1..9e4d04e10 100644
--- a/Examples/test-suite/php/threads_exception_runme.php
+++ b/Examples/test-suite/php/threads_exception_runme.php
@@ -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));