You are here

public static function UserProtectProtectionWebTest::getInfo in User protect 7

File

tests/UserProtectProtectionWebTest.test, line 26
Contains UserProtectProtectionWebTest.

Class

UserProtectProtectionWebTest
Tests creating, editing and deleting protection rules through the UI.

Code

public static function getInfo() {
  return array(
    'name' => 'Protection tests',
    'description' => 'Tests each type of protection in action.',
    'group' => 'User protect',
    'dependencies' => array(
      'user',
    ),
  );
}