static function PatternsContentTypeTestCase::getInfo in Patterns 7
Same name and namespace in other branches
- 7.2 tests/node/content.test \PatternsContentTypeTestCase::getInfo()
File
- tests/
node/ content.test, line 11 - SimpleTests for the Node component of Patterns (Content Types).
Class
- PatternsContentTypeTestCase
- @file SimpleTests for the Node component of Patterns (Content Types).
Code
static function getInfo() {
return array(
'name' => 'Node component (Content Types)',
'description' => 'Creates, modifies, and deletes Content Types.',
'group' => 'Patterns',
);
}