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 "import_nomodule.php";
check::functions(array('create_foo','delete_foo','test1','is_python_builtin'));
check::functions(array('is_python_builtin'));
check::classes(array('import_nomodule'));
// No new globals
check::globals(array());