You are here

protected static property NodeConditionTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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 17

Class

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

Namespace

Drupal\Tests\node\Kernel

Code

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