Skip to content

Commit

Permalink
WINDOWS! FML
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjektGopher committed Sep 6, 2024
1 parent 23ce11d commit 3e42dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/RunTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
->assertExitCode(0);

expect(file_get_contents($tmp_file))
->toBe("\n");
->toBe(PHP_EOL);

unlink($tmp_file);
});

0 comments on commit 3e42dc8

Please sign in to comment.