Skip to content

Commit d472866

Browse files
committed
Drop erroneous CLEAN section
It doesn't belong to this test case, and may actually interfere with HTMLDocument_Windows1251.phpt[1]. [1] <https://github.com/php/php-src/actions/runs/10434868303/job/28898227793>
1 parent 41709ac commit d472866

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/dom/tests/modern/html/encoding/HTMLDocument_fallback_encoding.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ $dom = Dom\HTMLDocument::createFromFile(__DIR__ . "/fallback_encoding.html");
99
var_dump($dom->inputEncoding);
1010
echo $dom->saveHtml();
1111

12-
?>
13-
--CLEAN--
14-
<?php
15-
@unlink(__DIR__ . "/windows1251_output.tmp");
1612
?>
1713
--EXPECT--
1814
string(5) "UTF-8"

0 commit comments

Comments
 (0)