You are here

public static function OptimizelyTestUserRoleTestCase::getInfo in Optimizely 7.2

Same name and namespace in other branches
  1. 7.3 optimizely.test \OptimizelyTestUserRoleTestCase::getInfo()

OptimizelyTestAdminRoleCase getInfo().

File

./optimizely.test, line 26
Optimizely Tests

Class

OptimizelyTestUserRoleTestCase
OptimizelyTestUserRoleTestCase: Create anonymous, authenticated and privileged user to test access to module related pages.

Code

public static function getInfo() {
  return array(
    'name' => 'Access Test',
    'description' => 'Test that no part of the Optimizely module administration interface can be accessed without the necessary permissions.',
    'group' => 'Optimizely',
  );
}