You are here

protected function ViewKernelTestBase::schemaDefinition in Drupal 8

Returns the schema definition.

@internal

1 call to ViewKernelTestBase::schemaDefinition()
ViewKernelTestBase::setUpFixtures in core/modules/views/src/Tests/ViewKernelTestBase.php
Sets up the configuration and schema of views and views_test_data modules.

File

core/modules/views/src/Tests/ViewKernelTestBase.php, line 141

Class

ViewKernelTestBase
Defines a base class for Views unit testing.

Namespace

Drupal\views\Tests

Code

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