You are here

public static property IntegrationTest::$testViews in Drupal 8

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

Views used by this test.

Type: array

File

core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php, line 48

Class

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

Namespace

Drupal\Tests\statistics\Functional\Views

Code

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