You are here

protected static property NodeListBuilderTest::$modules in Drupal 10

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

File

core/modules/node/tests/src/Kernel/NodeListBuilderTest.php, line 18

Class

NodeListBuilderTest
Tests the admin listing fallback when views is not enabled.

Namespace

Drupal\Tests\node\Kernel

Code

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