Skip to content

Commit

Permalink
Revert "improve portability"
Browse files Browse the repository at this point in the history
This reverts commit 719eb0c.
  • Loading branch information
sebastianbergmann committed Feb 4, 2024
1 parent ddb0a71 commit c9c0119
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 "%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
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 "%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

0 comments on commit c9c0119

Please sign in to comment.