You are here

public static function CtoolsExportCrudTestCase::getInfo in Chaos Tool Suite (ctools) 7

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',
  );
}