eZ\Publish\Core\FieldType\Tests\RichText\Normalizer\DocumentTypeDefinitionTest::testRefuse PHP Method

testRefuse() public method

public testRefuse ( string $documentElement, string $namespace, string $dtdPath, string $input )
$documentElement string
$namespace string
$dtdPath string
$input string
    public function testRefuse($documentElement, $namespace, $dtdPath, $input)
    {
        $normalizer = $this->getNormalizer($documentElement, $namespace, $dtdPath);
        $this->assertFalse($normalizer->accept($input));
    }