Skip to content

Commit

Permalink
improve portability
Browse files Browse the repository at this point in the history
  • Loading branch information
marac19901990 committed Dec 31, 2023
1 parent d1e4a51 commit 47e7b60
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 47e7b60

Please sign in to comment.