config->set('HTML', 'DefinitionID', 'HTMLPurifier_HTMLModule_SafeEmbedTest'); $def = $this->config->getHTMLDefinition(true); $def->manager->addModule('SafeEmbed'); } function testMinimal() { $this->assertResult( '', '' ); } function testYouTube() { $this->assertResult( '', '' ); } function testMalicious() { $this->assertResult( '', '' ); } function testFull() { $this->assertResult( '' ); } }