From c1cf084e4324de7c593ccd4f2c002ce79d6dad67 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 26 Nov 2019 16:32:19 +0100 Subject: [PATCH] fix unit tests - Support Microsoft encoding of non breaking line in UTF-8 --- test/core/HTMLDOMSanitizerTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/core/HTMLDOMSanitizerTest.php b/test/core/HTMLDOMSanitizerTest.php index aceff18ff..26bbfa71a 100644 --- a/test/core/HTMLDOMSanitizerTest.php +++ b/test/core/HTMLDOMSanitizerTest.php @@ -5,6 +5,11 @@ namespace Combodo\iTop\Test\UnitTest\Core; use Combodo\iTop\Test\UnitTest\ItopTestCase; use HTMLDOMSanitizer; +/** + * @runTestsInSeparateProcesses + * @preserveGlobalState disabled + * @backupGlobals disabled + */ class HTMLDOMSanitizerTest extends ItopTestCase {