function FilterCombineTest::schemaDefinition

Allow {views_test_data}.job to be NULL.

@internal

Overrides ViewsKernelTestBase::schemaDefinition

File

core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php, line 766

Class

FilterCombineTest
Tests the combine filter handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

protected function schemaDefinition() {
  $schema = parent::schemaDefinition();
  unset($schema['views_test_data']['fields']['job']['not null']);
  return $schema;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.