Restore checks for flat functions in php testcases

This commit is contained in:
Olly Betts 2021-04-14 12:44:48 +12:00
commit b430832a08
34 changed files with 50 additions and 49 deletions

View file

@ -2,7 +2,7 @@
require "tests.php";
require "exception_order.php";
check::functions(array('a_foo','a_bar','a_foobar','a_barfoo','is_python_builtin'));
check::functions(array('is_python_builtin'));
check::classes(array('A','E1','E2','E3','exception_order','ET_i','ET_d'));
check::globals(array('efoovar','foovar','cfoovar'));