function ItemsPerPageTest::setUp
Overrides WizardTestBase::setUp
File
-
core/
modules/ views/ tests/ src/ Functional/ Wizard/ ItemsPerPageTest.php, line 20
Class
- ItemsPerPageTest
- Tests that the views wizard can specify the number of items per page.
Namespace
Drupal\Tests\views\Functional\WizardCode
protected function setUp($import_test_views = TRUE, $modules = []) : void {
parent::setUp($import_test_views, $modules);
$this->drupalPlaceBlock('page_title_block');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.