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

@ -3,8 +3,8 @@
require "tests.php";
require "director_default.php";
// New functions
check::functions(array('foo_msg','foo_getmsg','bar_msg','bar_getmsg','defaultsbase_defaultargs','defaultsderived_defaultargs'));
// No new functions
check::functions(array());
// New classes
check::classes(array('Foo','Bar','DefaultsBase','DefaultsDerived'));
// No new vars