Skip to content

Commit

Permalink
Make this test work on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 23, 2024
1 parent 371fc2c commit 6da42ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end-to-end/regression/5771.phpt
Expand Up @@ -16,7 +16,7 @@ require_once __DIR__ . '/../../bootstrap.php';
<testsuites>
<testsuite name="PHPUnit\TestFixture\Issue5771\Issue5771Test" file="%sIssue5771Test.php" tests="1" assertions="0" errors="1" failures="0" skipped="0" time="%s">
<testcase name="testOne" file="%sIssue5771Test.php" line="18" class="PHPUnit\TestFixture\Issue5771\Issue5771Test" classname="PHPUnit.TestFixture.Issue5771.Issue5771Test" assertions="0" time="%s">
<error type="PHPUnit\Framework\AssertionFailedError">PHPUnit\TestFixture\Issue5771\Issue5771Test::testOne
<error type="PHPUnit\Framework\AssertionFailedError">PHPUnit\TestFixture\Issue5771\Issue5771Test::testOne%A
Test was run in child process and ended unexpectedly</error>
</testcase>
</testsuite>
Expand Down

0 comments on commit 6da42ed

Please sign in to comment.