You are here

public static property BlazyViewsFileTest::$testViews in Blazy 8

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/Views/BlazyViewsFileTest.php \Drupal\Tests\blazy\Kernel\Views\BlazyViewsFileTest::testViews

Views to be enabled.

Test classes should override this property and provide the list of testing views.

Type: array

Overrides ViewsKernelTestBase::$testViews

File

tests/src/Kernel/Views/BlazyViewsFileTest.php, line 29

Class

BlazyViewsFileTest
Test Blazy Views integration.

Namespace

Drupal\Tests\blazy\Kernel\Views

Code

public static $testViews = [
  'test_blazy_entity',
  'test_blazy_entity_2',
];