You are here

public static property StatusExtraTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/tests/src/Functional/Views/StatusExtraTest.php \Drupal\Tests\node\Functional\Views\StatusExtraTest::modules
  2. 10 core/modules/node/tests/src/Functional/Views/StatusExtraTest.php \Drupal\Tests\node\Functional\Views\StatusExtraTest::modules

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

core/modules/node/tests/src/Functional/Views/StatusExtraTest.php, line 18

Class

StatusExtraTest
Tests the node.status_extra field handler.

Namespace

Drupal\Tests\node\Functional\Views

Code

public static $modules = [
  'node_test_views',
  'content_moderation',
];