protected static property NodeConditionTest::$modules in Drupal 9
Same name and namespace in other branches
- 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\KernelCode
protected static $modules = [
'node',
];