From 7ff7344815876aaca11cd417f52c4cf3f69876d5 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 13 Mar 2025 09:20:18 -0400 Subject: [PATCH] fix another windows end lines problem --- tests/FlightTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FlightTest.php b/tests/FlightTest.php index b4b32ce..eea910f 100644 --- a/tests/FlightTest.php +++ b/tests/FlightTest.php @@ -400,7 +400,7 @@ class FlightTest extends TestCase html; - $html = str_replace(["\n", "\r\n"], '', $html); + $html = str_replace(["\n", "\r"], '', $html); $this->expectOutputString($html);