You are here

protected function ViewKernelTestBase::viewsData in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/ViewKernelTestBase.php \Drupal\views\Tests\ViewKernelTestBase::viewsData()

Returns the views data definition.

21 calls to ViewKernelTestBase::viewsData()
ArgumentDateTest::viewsData in core/modules/views/src/Tests/Handler/ArgumentDateTest.php
Returns the views data definition.
ArgumentNullTest::viewsData in core/modules/views/src/Tests/Handler/ArgumentNullTest.php
Returns the views data definition.
CacheTest::viewsData in core/modules/views/src/Tests/Plugin/CacheTest.php
Returns the views data definition.
FieldBooleanTest::viewsData in core/modules/views/src/Tests/Handler/FieldBooleanTest.php
Returns the views data definition.
FieldCustomTest::viewsData in core/modules/views/src/Tests/Handler/FieldCustomTest.php
Returns the views data definition.

... See full list

19 methods override ViewKernelTestBase::viewsData()
ArgumentDateTest::viewsData in core/modules/views/src/Tests/Handler/ArgumentDateTest.php
Returns the views data definition.
ArgumentNullTest::viewsData in core/modules/views/src/Tests/Handler/ArgumentNullTest.php
Returns the views data definition.
CacheTest::viewsData in core/modules/views/src/Tests/Plugin/CacheTest.php
Returns the views data definition.
FieldBooleanTest::viewsData in core/modules/views/src/Tests/Handler/FieldBooleanTest.php
Returns the views data definition.
FieldCustomTest::viewsData in core/modules/views/src/Tests/Handler/FieldCustomTest.php
Returns the views data definition.

... See full list

File

core/modules/views/src/Tests/ViewKernelTestBase.php, line 140
Contains \Drupal\views\Tests\ViewKernelTestBase.

Class

ViewKernelTestBase
Defines a base class for Views unit testing.

Namespace

Drupal\views\Tests

Code

protected function viewsData() {
  return ViewTestData::viewsData();
}