You are here

public static function realistic_dummy_content_DatabaseTestCase::getInfo in Realistic Dummy Content 7

Info for this test case.

File

api/tests/realistic_dummy_content_api.db.test, line 16
This file contains the testing code which requires the database. These tests are slower than the unit tests so we want to limit them.

Class

realistic_dummy_content_DatabaseTestCase
The test case

Code

public static function getInfo() {
  return array(
    'name' => t('Realistic dummy content database test'),
    'description' => t('Test Realistic dummy content with a temporary database.'),
    'group' => 'Realistic dummy content',
  );
}