config->set('HTML.DefinitionID', 'HTMLPurifier_HTMLModule_SafeObjectTest'); $def = $this->config->getHTMLDefinition(true); $def->manager->addModule('SafeObject'); } function testMinimal() { $this->assertResult( '', '' ); } function testYouTube() { // embed is purposely removed $this->assertResult( '', '' ); } function testMalicious() { $this->assertResult( '', '' ); } function testFull() { $this->assertResult( '' ); } } // vim: et sw=4 sts=4