function JammerPreviewButtonTest::get_info in Jammer 5
File
- tests/
jammer_preview.test, line 4
Class
Code
function get_info() {
return array(
'name' => 'Jammer Preview Browser Test',
'desc' => "This tests whether the preview button exists and then is properly removed",
'group' => 'Jammer',
);
}