- Fixed tests

This commit is contained in:
Felipe Pena 2008-07-24 03:30:02 +00:00
parent 9c262a3343
commit b1306465de
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -32,11 +32,11 @@ echo "Done";
-- Testing each() function with Zero arguments --
Warning: Wrong parameter count for each() in %s on line %d
Warning: each() expects exactly 1 parameter, 0 given in %s on line %d
NULL
-- Testing each() function with more than expected no. of arguments --
Warning: Wrong parameter count for each() in %s on line %d
Warning: each() expects exactly 1 parameter, 2 given in %s on line %d
NULL
Done