You are here

public function FilterDateTimeTest::testDatetimeFilter in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/datetime/src/Tests/Views/FilterDateTimeTest.php \Drupal\datetime\Tests\Views\FilterDateTimeTest::testDatetimeFilter()

Test filter operations.

File

core/modules/datetime/src/Tests/Views/FilterDateTimeTest.php, line 66
Contains \Drupal\datetime\Tests\Views\FilterDateTimeTest.

Class

FilterDateTimeTest
Tests the Drupal\datetime\Plugin\views\filter\Date handler.

Namespace

Drupal\datetime\Tests\Views

Code

public function testDatetimeFilter() {
  $this
    ->_testOffset();
  $this
    ->_testBetween();
  $this
    ->_testExact();
}