Browse Source

Minor clean-up

pretty-print
Dustin Wilson 2 years ago
parent
commit
5f1a97295e
  1. 13
      tests/cases/TestSerializer.php

13
tests/cases/TestSerializer.php

@ -552,19 +552,6 @@ class TestSerializer extends \PHPUnit\Framework\TestCase {
HTML
],
/*
// Fragment, html elements
[true, 'div', 1, true, false, true, false, false,
<<<HTML
<span> <span> Ook!</span></span>
HTML,
<<<HTML
<span><span>Ook!</span></span>
HTML
],
*/
// Solo text node without context
[1, true, false, true, false, true,
function (Config $config): string {

Loading…
Cancel
Save