You are here

public static property ViewsNoResultsBehaviorTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php, line 17

Class

ViewsNoResultsBehaviorTest
Tests no results behavior.

Namespace

Drupal\Tests\views\Functional

Code

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