You are here

public static property IntegrationTest::$testViews in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/aggregator/src/Tests/Views/IntegrationTest.php \Drupal\aggregator\Tests\Views\IntegrationTest::testViews
  2. 8 core/modules/statistics/src/Tests/Views/IntegrationTest.php \Drupal\statistics\Tests\Views\IntegrationTest::testViews
Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/src/Tests/Views/IntegrationTest.php \Drupal\aggregator\Tests\Views\IntegrationTest::testViews

Views used by this test.

Type: array

File

core/modules/aggregator/src/Tests/Views/IntegrationTest.php, line 36
Contains \Drupal\aggregator\Tests\Views\IntegrationTest.

Class

IntegrationTest
Tests basic integration of views data from the aggregator module.

Namespace

Drupal\aggregator\Tests\Views

Code

public static $testViews = array(
  'test_aggregator_items',
);