fix unit tests - Support Microsoft encoding of non breaking line in UTF-8

This commit is contained in:
Eric
2019-11-26 16:32:19 +01:00
parent 87c794b22e
commit c1cf084e43

View File

@@ -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
{