19 declare(strict_types=1);
40 return HTMLPurifier_Config::createDefault();
49 $this->assertSame(
'phpunit', $purifier->purify(
'phpunit'));
50 $this->assertSame(self::TO_PURIFY, $purifier->purifyArray(self::TO_PURIFY));
65 'resource' => [fopen(
'php://memory',
'rb')],
74 $this->expectException(InvalidArgumentException::class);
77 $purifier->purifyArray([$element]);
testPurifierIsCalledIfStringsArePurified()
testExceptionIsRaisedIfNonStringElementsArePassedForHtmlBatchProcessing($element)
invalidHtmlDataTypeProvider
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static invalidHtmlDataTypeProvider()
Class ilHtmlPurifierLibWrapperTest.