public static function DBTNGExampleUnitTestCase::getInfo in Examples for Developers 7
File
- dbtng_example/dbtng_example.test, line 17 
- SimpleTests for dbtng_example module.
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',
  );
}