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
|
|
@ -3,11 +3,11 @@
|
|||
require "tests.php";
|
||||
require "prefix.php";
|
||||
|
||||
// No new functions
|
||||
// New functions
|
||||
check::functions(array('foo_get_self'));
|
||||
// No new classes
|
||||
// New classes
|
||||
check::classes(array('ProjectFoo'));
|
||||
// now new vars
|
||||
// No new vars
|
||||
check::globals(array());
|
||||
|
||||
$f = new ProjectFoo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue