function DBTNGExampleUnitTestCase::getInfo

File

dbtng_example/dbtng_example.test, line 17

Class

DBTNGExampleUnitTestCase
Default test case for the dbtng_example module.

Code

public static function getInfo() {
    return array(
        'name' => 'DBTNG example unit and UI tests',
        'description' => 'Various unit tests on the dbtng example module.',
        'group' => 'Examples',
    );
}