public static property RefreshFunctionalTest::$modules in Simple OAuth (OAuth2) & OpenID Connect 8.2
Same name and namespace in other branches
- 8.3 simple_oauth_extras/tests/src/Functional/RefreshFunctionalTest.php \Drupal\Tests\simple_oauth_extras\Functional\RefreshFunctionalTest::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/ RefreshFunctionalTest.php, line 16
Class
- RefreshFunctionalTest
- @group simple_oauth_extras
Namespace
Drupal\Tests\simple_oauth_extras\FunctionalCode
public static $modules = [
'simple_oauth_extras',
];