You are here

static function PatternsUserTestCase::getInfo in Patterns 7.2

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

File

tests/user/user.test, line 12
SimpleTests for the User component of Patterns. TODO: permissions.

Class

PatternsUserTestCase
@file SimpleTests for the User component of Patterns. TODO: permissions.

Code

static function getInfo() {
  return array(
    'name' => 'User component',
    'description' => 'Testing cases for users, roles, permissions and its relationships',
    'group' => 'Patterns',
  );
}