You are here

protected static property ViewsCacheabilityMetadataExportTest::$testViewDisplayIds in Search API 8

The display IDs used in the test.

Type: string[]

File

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

Class

ViewsCacheabilityMetadataExportTest
Tests that cacheability metadata is included when Views config is exported.

Namespace

Drupal\Tests\search_api\Kernel\Views

Code

protected static $testViewDisplayIds = [
  'default',
  'page_1',
];