You are here

static function PatternsSystemTestCase::getInfo in Patterns 7.2

Same name and namespace in other branches
  1. 7 tests/system/system.test \PatternsSystemTestCase::getInfo()

File

tests/system/system.test, line 11
SimpleTests for the System component of Patterns.

Class

PatternsSystemTestCase
@file SimpleTests for the System component of Patterns.

Code

static function getInfo() {
  return array(
    'name' => 'System component',
    'description' => 'Enables and disables modules, sets and deletes variables, enables a theme.',
    'group' => 'Patterns',
  );
}