Beispiel #1
0
 /**
  * Tests the usesExposed() method.
  *
  * @see \Drupal\views\Plugin\views\pager\PagerPluginBase::usedExposed()
  */
 public function testUsesExposed()
 {
     $this->assertFalse($this->pager->usesExposed());
 }