diff --git a/ext/dom/tests/modern/html/encoding/HTMLDocument_fallback_encoding.phpt b/ext/dom/tests/modern/html/encoding/HTMLDocument_fallback_encoding.phpt index fda707577b5..124bd2e79a3 100644 --- a/ext/dom/tests/modern/html/encoding/HTMLDocument_fallback_encoding.phpt +++ b/ext/dom/tests/modern/html/encoding/HTMLDocument_fallback_encoding.phpt @@ -9,10 +9,6 @@ $dom = Dom\HTMLDocument::createFromFile(__DIR__ . "/fallback_encoding.html"); var_dump($dom->inputEncoding); echo $dom->saveHtml(); -?> ---CLEAN-- - --EXPECT-- string(5) "UTF-8"