You are here

public static function PermissionsLockUnrestrictedTestCase::getInfo in Permissions Lock 8

File

src/Tests/PermissionsLockUnrestrictedTestCase.php, line 16

Class

PermissionsLockUnrestrictedTestCase
Tests for unrestricted users

Namespace

Drupal\permissions_lock\Tests

Code

public static function getInfo() {
  return [
    'name' => 'Unrestricted',
    'description' => 'Tests for unrestricted users',
    'group' => 'Permissions lock',
  ];
}