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 "php_iterator.php";
|
||||
|
||||
check::functions(array('myiterator_rewind','myiterator_key','myiterator_current','myiterator_next','myiterator_valid'));
|
||||
// No new functions.
|
||||
check::functions(array());
|
||||
check::classes(array('MyIterator'));
|
||||
// No new global variables.
|
||||
check::globals(array());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue