You are here

protected static property NodeValidationTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/tests/src/Kernel/NodeValidationTest.php \Drupal\Tests\node\Kernel\NodeValidationTest::modules
  2. 10 core/modules/node/tests/src/Kernel/NodeValidationTest.php \Drupal\Tests\node\Kernel\NodeValidationTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/node/tests/src/Kernel/NodeValidationTest.php, line 21

Class

NodeValidationTest
Tests node validation constraints.

Namespace

Drupal\Tests\node\Kernel

Code

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