Restore checks for flat functions in php testcases
This commit is contained in:
parent
8cb0c185ac
commit
b430832a08
34 changed files with 50 additions and 49 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue