public static function ToolbarAdminMenuTestCase::getInfo in Hide the Toolbar 7
Return value
array
File
- ./
toolbar_admin_menu.test, line 13
Class
Code
public static function getInfo() {
return array(
'name' => 'Hide the Toolbar',
'description' => 'Tests that the core toolbar is hidden with the administration menu is present.',
'group' => 'Hide the Toolbar',
);
}