public function CustomBooleanTest::dataSet

Overrides \Drupal\views\Tests\ViewTestBase::dataSet().

Overrides ViewTestBase::dataSet

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/CustomBooleanTest.php, line 44
Contains \Drupal\views_ui\Tests\CustomBooleanTest.

Class

CustomBooleanTest
Tests the UI and functionality for the Custom boolean field handler options.

Namespace

Drupal\views_ui\Tests

Code

public function dataSet() {
  $data = parent::dataSet();
  $data[0]['age'] = 0;
  $data[3]['age'] = 0;
  return $data;
}