You are here

public static property UpdateTestBase::$modules in Taxonomy access fix 8.2

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 BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/Functional/Update/UpdateTestBase.php, line 25

Class

UpdateTestBase
Provides an abstract base class to test Taxonomy Access Fix update hooks.

Namespace

Drupal\Tests\taxonomy_access_fix\Functional\Update

Code

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