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,8 +3,8 @@
|
|||
require "tests.php";
|
||||
require "director_detect.php";
|
||||
|
||||
// New functions
|
||||
check::functions(array('foo_cloner','foo_get_value','foo_get_class','foo_just_do_it','bar_baseclass','bar_cloner','bar_get_value','bar_get_class','bar_just_do_it'));
|
||||
// No new functions
|
||||
check::functions(array());
|
||||
// New classes
|
||||
check::classes(array('A','Foo','Bar'));
|
||||
// No new vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue