You are here

public static property ViewsIntegrationTest::$testViews in Drupal 9

Same name in this branch
  1. 9 core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php \Drupal\Tests\responsive_image\Functional\ViewsIntegrationTest::testViews
  2. 9 core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php \Drupal\Tests\dblog\Kernel\Views\ViewsIntegrationTest::testViews
Same name and namespace in other branches
  1. 8 core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php \Drupal\Tests\responsive_image\Functional\ViewsIntegrationTest::testViews

The test views to enable.

File

core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php, line 45

Class

ViewsIntegrationTest
Tests the integration of responsive image with Views.

Namespace

Drupal\Tests\responsive_image\Functional

Code

public static $testViews = [
  'entity_test_row',
];