You are here

public static property BlazyViewsGridTest::$testViews in Blazy 8

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/BlazyViewsGridTest.php, line 20

Class

BlazyViewsGridTest
Test Blazy Views Grid integration.

Namespace

Drupal\Tests\blazy\Kernel\Views

Code

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