OptionsProviderTest::$modules

The output of some options providers depends on the enabled modules, so this list can't be modified without also changing the expected results below.

Type: modules

Overrides BrowserTestBase::$modules

File

tests/src/Functional/OptionsProvider/OptionsProviderTest.php, line 27

Class

OptionsProviderTest
Tests using option providers.

Namespace

Drupal\Tests\rules\Functional\OptionsProvider

Code

protected static $modules = [
    'rules',
    'node',
    'system',
    'taxonomy',
    'typed_data',
    'user',
];