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