Restore checks for globals in php testcases
This commit is contained in:
parent
50f92dca08
commit
8cb0c185ac
38 changed files with 99 additions and 58 deletions
|
|
@ -5,9 +5,9 @@ require "overload_rename.php";
|
|||
|
||||
// No new functions
|
||||
check::functions(array());
|
||||
// No new classes
|
||||
// New classes
|
||||
check::classes(array('Foo'));
|
||||
// now new vars
|
||||
// No new vars
|
||||
check::globals(array());
|
||||
|
||||
$f = new Foo(1.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue