You are here

public static property NodeConditionTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/tests/src/Kernel/NodeConditionTest.php \Drupal\Tests\node\Kernel\NodeConditionTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/node/tests/src/Kernel/NodeConditionTest.php, line 16

Class

NodeConditionTest
Tests that conditions, provided by the node module, are working properly.

Namespace

Drupal\Tests\node\Kernel

Code

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