You are here

public function DataTestCaseAPI::getInfo in Data 6

Same name and namespace in other branches
  1. 8 tests/data.test \DataTestCaseAPI::getInfo()
  2. 7 tests/data.test \DataTestCaseAPI::getInfo()

Describe this test.

File

tests/data.test, line 17

Class

DataTestCaseAPI
Test basic Data API functionality.

Code

public function getInfo() {
  return array(
    'name' => t('Data API'),
    'description' => t('Unit tests for Data module\'s API. Turn off views module in your local site to run these tests.'),
    'group' => t('Data'),
  );
}