You are here

protected static property PermissionsTest::$modules in Weather 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/PermissionsTest.php \Drupal\Tests\weather\Functional\PermissionsTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/PermissionsTest.php, line 22

Class

PermissionsTest
Tests permissions and access settings for different users.

Namespace

Drupal\Tests\weather\Functional

Code

protected static $modules = [
  'weather',
  'block',
];