Completed
Push — ezp24732-html_entities_normali... ( 00ef21 )
by
unknown
61:33 queued 40:01
created
Core/FieldType/Tests/RichText/Normalizer/DocumentTypeDefinitionTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -213,6 +213,11 @@
 block discarded – undo
213 213
         $this->assertFalse($normalizer->accept($input));
214 214
     }
215 215
 
216
+    /**
217
+     * @param string $documentElement
218
+     * @param string $namespace
219
+     * @param string $dtdPath
220
+     */
216 221
     protected function getNormalizer($documentElement, $namespace, $dtdPath)
217 222
     {
218 223
         return new DocumentTypeDefinition($documentElement, $namespace, $dtdPath);
Please login to merge, or discard this patch.