fix another windows end lines problem

pull/638/head
fadrian06 2 weeks ago
parent 431a4e7a46
commit 7ff7344815

@ -400,7 +400,7 @@ class FlightTest extends TestCase
<input type="number" />
html;
$html = str_replace(["\n", "\r\n"], '', $html);
$html = str_replace(["\n", "\r"], '', $html);
$this->expectOutputString($html);

Loading…
Cancel
Save