You are here

public static property RabbitHoleBehaviorPluginTest::$modules in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x tests/src/Functional/RabbitHoleBehaviorPluginTest.php \Drupal\Tests\rabbit_hole\Functional\RabbitHoleBehaviorPluginTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

tests/src/Functional/RabbitHoleBehaviorPluginTest.php, line 35

Class

RabbitHoleBehaviorPluginTest
Test the functionality of the RabbitHoleBehavior plugin.

Namespace

Drupal\Tests\rabbit_hole\Functional

Code

public static $modules = [
  'rabbit_hole',
  'node',
];