You are here

public static function ViewsDataExportGarbageCollectionTest::getInfo in Views data export 7.3

File

tests/garbagecollection.test, line 10

Class

ViewsDataExportGarbageCollectionTest
Test class for garbage collection of VDE export data.

Code

public static function getInfo() {
  return array(
    'name' => 'Garbage collection',
    'description' => 'Checks garbage collection of batched exports',
    'group' => 'Views Data Export',
  );
}