You are here

public static function CleanerTestCacheClearing::getInfo in Cleaner 7

Setting a test info.

Return value

array An array with an info data.

File

tests/cleaner_cache.test, line 19
Test Clearing Caches.

Class

CleanerTestCacheClearing
Class CleanerTestCacheClearing.

Code

public static function getInfo() {
  return array(
    'name' => 'Cleaner test clearing caches.',
    'description' => 'Check is cache are successfully cleared.',
    'group' => 'Cleaner',
  );
}