You are here

public static property UiPageTest::$modules in User External Invite 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Functional/UiPageTest.php \Drupal\Tests\user_external_invite\Functional\UiPageTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/UiPageTest.php, line 18

Class

UiPageTest
Tests that the Invite pages are reachable.

Namespace

Drupal\Tests\user_external_invite\Functional

Code

public static $modules = [
  'user_external_invite',
  'token',
];