function PagerPluginBaseTest::testGetCurrentPage
Tests the getCurrentPage() method.
See also
\Drupal\views\Plugin\views\pager\PagerPluginBase::getCurrentPage()
File
-
core/
modules/ views/ tests/ src/ Unit/ Plugin/ pager/ PagerPluginBaseTest.php, line 95
Class
- PagerPluginBaseTest
- @coversDefaultClass \Drupal\views\Plugin\views\pager\PagerPluginBase[[api-linebreak]] @group views
Namespace
Drupal\Tests\views\Unit\Plugin\pagerCode
public function testGetCurrentPage() {
$this->assertEquals(1, $this->pager
->getCurrentPage());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.