You are here

protected static property NodeAccessPagerTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/tests/src/Functional/NodeAccessPagerTest.php \Drupal\Tests\node\Functional\NodeAccessPagerTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/node/tests/src/Functional/NodeAccessPagerTest.php, line 24

Class

NodeAccessPagerTest
Tests access controlled node views have the right amount of comment pages.

Namespace

Drupal\Tests\node\Functional

Code

protected static $modules = [
  'node_access_test',
  'comment',
  'forum',
];