You are here

public static property ConfigIgnoreTest::$modules in Config Ignore 8

Same name in this branch
  1. 8 src/Tests/ConfigIgnoreTest.php \Drupal\config_ignore\Tests\ConfigIgnoreTest::modules
  2. 8 tests/src/Functional/ConfigIgnoreTest.php \Drupal\Tests\config_ignore\Functional\ConfigIgnoreTest::modules
Same name and namespace in other branches
  1. 8.3 tests/src/Functional/ConfigIgnoreTest.php \Drupal\Tests\config_ignore\Functional\ConfigIgnoreTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ConfigIgnoreTest.php, line 25

Class

ConfigIgnoreTest
Class ConfigIgnoreTest.

Namespace

Drupal\Tests\config_ignore\Functional

Code

public static $modules = [
  'config_ignore',
];