You are here

public static function PermissionsLockRestrictedTestCase::getInfo in Permissions Lock 8

File

src/Tests/PermissionsLockRestrictedTestCase.php, line 16

Class

PermissionsLockRestrictedTestCase
Tests for restricted users

Namespace

Drupal\permissions_lock\Tests

Code

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