You are here

public static property DataExportTest::$testViews in Views data export 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/Plugin/views/style/DataExportTest.php, line 21

Class

DataExportTest
Tests the data export style serializer.

Namespace

Drupal\Tests\views_data_export\Kernel\Plugin\views\style

Code

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