diff --git a/tests/end-to-end/cli/log-events-text-invalid-argument.phpt b/tests/end-to-end/cli/log-events-text-invalid-argument.phpt index f3c3c5bd28b..34c7a8ee50c 100644 --- a/tests/end-to-end/cli/log-events-text-invalid-argument.phpt +++ b/tests/end-to-end/cli/log-events-text-invalid-argument.phpt @@ -16,4 +16,4 @@ require __DIR__ . '/../../bootstrap.php'; --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. -The path "%s" specified for the --log-events-text option could not be resolved +The path "/tmp/invalid-directory/invalid.file" specified for the --log-events-text option could not be resolved diff --git a/tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt b/tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt index 1e22d7c6a09..f99e6982669 100644 --- a/tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt +++ b/tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt @@ -16,4 +16,4 @@ require __DIR__ . '/../../bootstrap.php'; --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. -The path "%s" specified for the --log-events-verbose-text option could not be resolved +The path "/tmp/invalid-directory/invalid.file" specified for the --log-events-verbose-text option could not be resolved