function CtoolsExportCrudTestCase::getInfo

File

tests/ctools_export_test/ctools_export.test, line 11

Class

CtoolsExportCrudTestCase
Tests for the CTools export system.

Code

public static function getInfo() {
  return array(
    'name' => 'Export CRUD',
    'description' => 'Test the CRUD functionality for the ctools export system.',
    'group' => 'ctools',
  );
}