function SortingTest::setUp
Same name in other branches
- 9 core/modules/views/tests/src/Functional/Wizard/SortingTest.php \Drupal\Tests\views\Functional\Wizard\SortingTest::setUp()
- 10 core/modules/views/tests/src/Functional/Wizard/SortingTest.php \Drupal\Tests\views\Functional\Wizard\SortingTest::setUp()
- 11.x core/modules/views/tests/src/Functional/Wizard/SortingTest.php \Drupal\Tests\views\Functional\Wizard\SortingTest::setUp()
Overrides WizardTestBase::setUp
File
-
core/
modules/ views/ tests/ src/ Functional/ Wizard/ SortingTest.php, line 17
Class
- SortingTest
- Tests the ability of the views wizard to create views with sorts.
Namespace
Drupal\Tests\views\Functional\WizardCode
protected function setUp($import_test_views = TRUE) {
parent::setUp($import_test_views);
$this->drupalPlaceBlock('page_title_block');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.