function JammerPreviewButtonTest::getInfo in Jammer 6
File
- ./
jammer.test, line 10 - Jammer simpletest test suite.
Class
- JammerPreviewButtonTest
- @file
Code
function getInfo() {
return array(
'name' => 'Jammer Tests',
'description' => "This tests whether the preview button exists and then is properly removed",
'group' => 'Jammer',
);
}