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_nested.php";
|
||||
|
||||
// New functions
|
||||
check::functions(array('foo_int_advance','foo_int_do_advance','bar_step','bar_do_advance','bar_do_step','foobar_int_get_value','foobar_int_get_name','foobar_int_name','foobar_int_get_self','foobar_int_do_advance','foobar_int_do_step'));
|
||||
// No new functions
|
||||
check::functions(array());
|
||||
// New classes
|
||||
check::classes(array('Foo_int','Bar','FooBar_int'));
|
||||
// No new vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue