You are here

public static property UiPageTest::$modules in User External Invite 2.0.x

Same name and namespace in other branches
  1. 8 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 23

Class

UiPageTest
Tests that the Invite pages are reachable.

Namespace

Drupal\Tests\user_external_invite\Functional

Code

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