Browse Source

Remove scripted encoding test workaround

The test has been segregated, making the workaround unnecessary
ns
J. King 4 years ago
parent
commit
37aecf97ba
  1. 4
      tests/cases/TestCharset.php

4
tests/cases/TestCharset.php

@ -111,10 +111,6 @@ class TestCharset extends \PHPUnit\Framework\TestCase {
while ($l < $end && !preg_match("/^#encoding\s+$/", ($line = @$test[$l++]))) {
$data .= $line;
}
// suppress test that requires scripting to pass
if (in_array($testId,["tests1.dat #54"])) {
continue;
}
if ($l >= $end) {
return;
}

Loading…
Cancel
Save