config->set('HTML.SafeScripting', array('http://localhost/foo.js'));
}
function testMinimal() {
$this->assertResult(
'',
''
);
}
function testGood() {
$this->assertResult(
''
);
}
function testBad() {
$this->assertResult(
'',
''
);
}
}
// vim: et sw=4 sts=4