You are here

public static property ImplicitFunctionalTest::$modules in Simple OAuth (OAuth2) & OpenID Connect 8.3

Same name and namespace in other branches
  1. 8.2 simple_oauth_extras/tests/src/Functional/ImplicitFunctionalTest.php \Drupal\Tests\simple_oauth_extras\Functional\ImplicitFunctionalTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides TokenBearerFunctionalTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

simple_oauth_extras/tests/src/Functional/ImplicitFunctionalTest.php, line 25

Class

ImplicitFunctionalTest
@group simple_oauth_extras

Namespace

Drupal\Tests\simple_oauth_extras\Functional

Code

public static $modules = [
  'simple_oauth_extras',
  'simple_oauth_extras_test',
];