You are here

static function PatternsContentTypeTestCase::getInfo in Patterns 7.2

Same name and namespace in other branches
  1. 7 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',
  );
}