You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Modifiers/WidontTest.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,8 @@ public function modify($value, $params = [])
99
99
/** @test */
100
100
publicfunctionit_doesnt_add_nbsp_to_nested_list()
101
101
{
102
+
$this->markTestSkippedInWindows('TODO: Fix this test on Windows'); // TODO
103
+
102
104
$eol = PHP_EOL;
103
105
$value = "<ul>$eol<li>Lorem ipsum dolor sit amet.$eol<ul>$eol<li>Consectetur adipiscing elit.</li>$eol</ul>$eol</li>$eol<li>Lorem ipsum dolor sit amet.</li>$eol</ul>$eol";
0 commit comments