protected function ViewTestBase::schemaDefinition

Returns the schema definition.

1 call to ViewTestBase::schemaDefinition()
ViewTestBase::enableViewsTestModule in drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php
Sets up the views_test_data.module.

File

drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php, line 229
Contains \Drupal\views\Tests\ViewTestBase.

Class

ViewTestBase
Defines a base class for Views testing in the full web test environment.

Namespace

Drupal\views\Tests

Code

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