You are here

public static function OptimizedbFunctionsTestCase::getInfo in OptimizeDB 7

File

./optimizedb.test, line 33
Tests for optimizedb.module.

Class

OptimizedbFunctionsTestCase
Test the module functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Functions optimizedb.module.',
    'description' => 'Test functions optimizedb.module.',
    'group' => 'Optimizedb',
  );
}