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