public static function CleanerTestWatchdogClearing::getInfo in Cleaner 7
Setting a test info.
Return value
array An array with an info data.
File
- tests/
cleaner_watchdog.test, line 19 - Test Clearing Watchdog logs.
Class
- CleanerTestWatchdogClearing
- Class CleanerTestWatchdogClearing.
Code
public static function getInfo() {
return array(
'name' => 'Cleaner test clearing Watchdog.',
'description' => 'Check is the Watchdog logs are successfully cleared.',
'group' => 'Cleaner',
);
}