From d472866f3346bce3889a0dee14bbf1b99b3ac8b3 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 17 Aug 2024 23:28:24 +0200 Subject: [PATCH] Drop erroneous CLEAN section It doesn't belong to this test case, and may actually interfere with HTMLDocument_Windows1251.phpt[1]. [1] --- .../modern/html/encoding/HTMLDocument_fallback_encoding.phpt | 4 ---- 1 file changed, 4 deletions(-) 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"