You are here

public static property FilterAPITest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/filter/src/Tests/FilterAPITest.php \Drupal\filter\Tests\FilterAPITest::modules

Modules to enable.

Type: array

Overrides EntityUnitTestBase::$modules

File

core/modules/filter/src/Tests/FilterAPITest.php, line 26
Contains \Drupal\filter\Tests\FilterAPITest.

Class

FilterAPITest
Tests the behavior of the API of the Filter module.

Namespace

Drupal\filter\Tests

Code

public static $modules = array(
  'system',
  'filter',
  'filter_test',
  'user',
);