PathWithNodeAccessGrantsTest::$modules

Same name in other branches
  1. 11.x core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php \Drupal\Tests\path\Functional\PathWithNodeAccessGrantsTest::modules

Type: modules

Overrides PathTestBase::$modules

File

core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php, line 23

Class

PathWithNodeAccessGrantsTest
Confirm that paths work with node access grants implementations.

Namespace

Drupal\Tests\path\Functional

Code

protected static $modules = [
    'path',
    'locale',
    'locale_test',
    'content_translation',
    'content_moderation',
    'path_test_node_grants',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.