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,7 +3,8 @@
require "tests.php";
require "director_protected.php";
check::functions(array('foo_pong','foo_s','foo_q','foo_ping','foo_pang','foo_used','foo_cheer','bar_create','bar_callping','bar_callcheer','bar_cheer','bar_pong','bar_used','bar_ping','bar_pang','a_draw','b_draw'));
// No new functions
check::functions(array());
check::classes(array('Foo','Bar','PrivateFoo','A','B','AA','BB'));
// No new vars
check::globals(array());