public static property NodeQueryAlterTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/node/tests/src/Functional/NodeQueryAlterTest.php \Drupal\Tests\node\Functional\NodeQueryAlterTest::modules
Modules to enable.
Type: array
Overrides NodeTestBase::$modules
File
- core/
modules/ node/ tests/ src/ Functional/ NodeQueryAlterTest.php, line 19
Class
- NodeQueryAlterTest
- Tests that node access queries are properly altered by the node module.
Namespace
Drupal\Tests\node\FunctionalCode
public static $modules = [
'node_access_test',
];