Browse Source

Fix tests

#Note to self; do not rename tests just before committing
pull/271/head
Hannes Magnusson 15 years ago
parent
commit
a1ae8af54c
  1. 2
      Zend/tests/function_arguments_001.phpt

2
Zend/tests/function_arguments_001.phpt

@ -5,5 +5,5 @@ Argument parsing error #001
function foo($arg1 string) {}
?>
--EXPECTF--
Parse error: syntax error, unexpected T_STRING, expecting ')' in %sfunction_arguments.php on line %d
Parse error: syntax error, unexpected T_STRING, expecting ')' in %sfunction_arguments_001.php on line %d
Loading…
Cancel
Save