From 3e42dc8d1289f7958533972104920c430603edd0 Mon Sep 17 00:00:00 2001 From: Len Woodward Date: Fri, 6 Sep 2024 14:58:32 -0700 Subject: [PATCH] WINDOWS! FML --- tests/Feature/RunTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/RunTest.php b/tests/Feature/RunTest.php index 87e58a2..bb306ee 100644 --- a/tests/Feature/RunTest.php +++ b/tests/Feature/RunTest.php @@ -137,7 +137,7 @@ ->assertExitCode(0); expect(file_get_contents($tmp_file)) - ->toBe("\n"); + ->toBe(PHP_EOL); unlink($tmp_file); });