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 "li_factory.php";
|
||||
|
||||
// New functions
|
||||
check::functions(array('geometry_draw','geometry_create','geometry_clone_','point_draw','point_width','point_clone_','circle_draw','circle_radius','circle_clone_'));
|
||||
// No new functions
|
||||
check::functions(array());
|
||||
// New classes
|
||||
check::classes(array('Geometry','Point','Circle'));
|
||||
// No new vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue