function FilterCombineTest::schemaDefinition
Same name in other branches
- 9 core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php \Drupal\Tests\views\Kernel\Handler\FilterCombineTest::schemaDefinition()
- 10 core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php \Drupal\Tests\views\Kernel\Handler\FilterCombineTest::schemaDefinition()
- 11.x core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php \Drupal\Tests\views\Kernel\Handler\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 304
Class
- FilterCombineTest
- Tests the combine filter handler.
Namespace
Drupal\Tests\views\Kernel\HandlerCode
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.