Fixed: tests not written to pass on Windows

This commit is contained in:
Patrick Allaert 2017-08-16 11:05:45 +02:00
parent 5e83fc4e49
commit b34702c774
2 changed files with 3 additions and 3 deletions

View File

@ -13,4 +13,4 @@ if (PHP_SAPI !== "cli")
cli_get_process_title("foo");
?>
--EXPECTF--
Warning: cli_get_process_title() expects exactly 0 parameters, 1 given in %ssapi/cli/tests/cli_get_process_title_error.php on line 2
Warning: cli_get_process_title() expects exactly 0 parameters, 1 given in %scli_get_process_title_error.php on line 2

View File

@ -14,6 +14,6 @@ cli_set_process_title();
cli_set_process_title("foo", "bar");
?>
--EXPECTF--
Warning: cli_set_process_title() expects exactly 1 parameter, 0 given in %ssapi/cli/tests/cli_set_process_title_error.php on line 2
Warning: cli_set_process_title() expects exactly 1 parameter, 0 given in %scli_set_process_title_error.php on line 2
Warning: cli_set_process_title() expects exactly 1 parameter, 2 given in %ssapi/cli/tests/cli_set_process_title_error.php on line 3
Warning: cli_set_process_title() expects exactly 1 parameter, 2 given in %scli_set_process_title_error.php on line 3