You are here

public static property FormsTest::$modules in JSON Web Token Authentication (JWT) 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

modules/users_jwt/tests/src/Functional/FormsTest.php, line 21

Class

FormsTest
Simple test to ensure that user pages and forms work.

Namespace

Drupal\Tests\users_jwt\Functional

Code

public static $modules = [
  'users_jwt',
  'block',
];