public static property JwtAuthTest::$modules in JSON Web Token Authentication (JWT) 8
Modules installed for all tests.
Type: array
Overrides BrowserTestBase::$modules
File
- tests/
src/ Functional/ JwtAuthTest.php, line 23
Class
- JwtAuthTest
- Tests for jwt authentication provider.
Namespace
Drupal\Tests\jwt\FunctionalCode
public static $modules = [
'system',
'user',
'router_test',
'key',
'jwt',
'jwt_auth_issuer',
'jwt_auth_consumer',
'jwt_test',
];