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