public static function OptimizedbListTablesOperationExecuteTestCase::getInfo in OptimizeDB 7
File
- ./
optimizedb.test, line 283 - Tests for optimizedb.module.
Class
- OptimizedbListTablesOperationExecuteTestCase
- Testing the performance of operations on tables.
Code
public static function getInfo() {
return array(
'name' => 'Performing operations on tables.',
'description' => 'Test the function sampling tables.',
'group' => 'Optimizedb',
);
}