You are here

public static property MixItUpFuncTest::$modules in MixItUp Views 8

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/MixItUpFuncTest.php \Drupal\Tests\mixitup_views\Kernel\MixItUpFuncTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/MixItUpFuncTest.php, line 46

Class

MixItUpFuncTest
Class MixItUpFuncTest.

Namespace

Drupal\Tests\mixitup_views\Kernel

Code

public static $modules = [
  'system',
  'field',
  'text',
  'entity_reference',
  'user',
  'node',
  'taxonomy',
  'mixitup_views',
];