config->set('HTML.Trusted', true); } function testDefaultRemoval() { $this->config->set('HTML.Trusted', false); $this->assertResult( '', '' ); } function testMinimal() { $this->assertResult(''); } function testStandardUseCase() { $this->assertResult( ' Windows Media player required ' ); } // more test-cases? } // vim: et sw=4 sts=4