_testExact example

$node->save();
      $this->nodes[] = $node;
    }
  }

  /** * Tests filter operations. */
  public function testDatetimeFilter() {
    $this->_testOffset();
    $this->_testBetween();
    $this->_testExact();
  }

  /** * Tests offset operations. */
  protected function _testOffset() {
    $view = Views::getView('test_filter_datetime');
    $field = static::$fieldName . '_value';

    // Test simple operations.     $view->initHandlers();

    
Home | Imprint | This part of the site doesn't use cookies.