You are here

public static function UserProtectBypassWebTest::getInfo in User protect 7

File

tests/UserProtectBypassWebTest.test, line 23
Contains UserProtectBypassWebTest.

Class

UserProtectBypassWebTest
Tests bypassing protection rules.

Code

public static function getInfo() {
  return array(
    'name' => 'Bypass protection API test',
    'description' => 'Tests if bypass rules are respected.',
    'group' => 'User protect',
    'dependencies' => array(
      'user',
    ),
  );
}