You are here

public function FilterDateTest::testDateFilter in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Functional/Handler/FilterDateTest.php \Drupal\Tests\views\Functional\Handler\FilterDateTest::testDateFilter()

Runs other test methods.

File

core/modules/views/tests/src/Functional/Handler/FilterDateTest.php, line 87

Class

FilterDateTest
Tests the core Drupal\views\Plugin\views\filter\Date handler.

Namespace

Drupal\Tests\views\Functional\Handler

Code

public function testDateFilter() {
  $this
    ->_testOffset();
  $this
    ->_testBetween();
  $this
    ->_testUiValidation();
  $this
    ->_testFilterDateUI();
  $this
    ->_testFilterDatetimeUI();
}