Update _runme.php for new testcase functions and globals
This commit is contained in:
parent
b127e11f1e
commit
bf382f01b4
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ check::functions(array('jaguar','lotus','tvr','ferrari','fiat'));
|
|||
// New classes
|
||||
check::classes(array('ignore_parameter','SportsCars','MiniCooper','MorrisMinor','FordAnglia','AustinAllegro'));
|
||||
// No new vars
|
||||
check::globals(array());
|
||||
check::globals(array('called_argout'));
|
||||
|
||||
check::equal(jaguar(2,3.4),"hello",'jaguar(2,3.4)=="hello"');
|
||||
check::equal(lotus("eek",3.4),101,'lotus("eek",3.4)==101');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue