public static function SchemaUnitTestCase::getInfo in Schema 7
File
- tests/
schema.test, line 11 - Defines SchemaUnitTestCase.
Class
- SchemaUnitTestCase
- @file Defines SchemaUnitTestCase.
Code
public static function getInfo() {
return array(
'name' => 'Schema functional tests',
'description' => 'Schema functional tests',
'group' => 'Schema',
);
}