You are here

public static function CacheFlushUICRUD::getInfo in CacheFlush 7.3

File

modules/cacheflush_ui/cacheflush_ui.test, line 16
Contains test suite for cacheflush ui module.

Class

CacheFlushUICRUD
Test the UI CRUD.

Code

public static function getInfo() {
  return array(
    'name' => 'Cacheflush UI CRUD',
    'description' => 'Tests the UI CRUD.',
    'group' => 'CacheFlush',
  );
}