diff --git a/test/core/HTMLDOMSanitizerTest.php b/test/core/HTMLDOMSanitizerTest.php index 63eb08e06..d20656494 100644 --- a/test/core/HTMLDOMSanitizerTest.php +++ b/test/core/HTMLDOMSanitizerTest.php @@ -306,9 +306,13 @@ class HTMLDOMSanitizerTest extends ItopTestCase 'expected' => 1, ), 'nested images within forbidden tags' => array( - 'html' => '', + 'html' => '', 'expected' => 5, ), + 'nested images within forbidden and removed tags' => array( + 'html' => '', + 'expected' => 3, + ), ); }