UnpublishByKeywordActionTest::$modules

Same name in this branch
  1. 10 core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php \Drupal\Tests\node\Kernel\Action\UnpublishByKeywordActionTest::modules
Same name in other branches
  1. 9 core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php \Drupal\Tests\node\Kernel\Action\UnpublishByKeywordActionTest::modules
  2. 8.9.x core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php \Drupal\Tests\node\Kernel\Action\UnpublishByKeywordActionTest::modules
  3. 11.x core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php \Drupal\Tests\node\Kernel\Action\UnpublishByKeywordActionTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/action/tests/src/Kernel/UnpublishByKeywordActionTest.php, line 21

Class

UnpublishByKeywordActionTest
@group action

Namespace

Drupal\Tests\action\Kernel

Code

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

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