Skip to content

Commit

Permalink
improve portability
Browse files Browse the repository at this point in the history
  • Loading branch information
marac19901990 authored and sebastianbergmann committed Dec 31, 2023
1 parent a4f726a commit 1b248a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/end-to-end/cli/log-events-text-invalid-argument.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ require __DIR__ . '/../../bootstrap.php';
--EXPECTF--
PHPUnit %s by Sebastian Bergmann and contributors.

The path "/tmp/invalid-directory/invalid.file" specified for the --log-events-text option could not be resolved
The path "%s" specified for the --log-events-text option could not be resolved
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ require __DIR__ . '/../../bootstrap.php';
--EXPECTF--
PHPUnit %s by Sebastian Bergmann and contributors.

The path "/tmp/invalid-directory/invalid.file" specified for the --log-events-verbose-text option could not be resolved
The path "%s" specified for the --log-events-verbose-text option could not be resolved

0 comments on commit 1b248a3

Please sign in to comment.