function SortingTest::setUp

Same name and namespace in other branches
  1. 8.9.x core/modules/views/tests/src/Functional/Wizard/SortingTest.php \Drupal\Tests\views\Functional\Wizard\SortingTest::setUp()
  2. 10 core/modules/views/tests/src/Functional/Wizard/SortingTest.php \Drupal\Tests\views\Functional\Wizard\SortingTest::setUp()
  3. 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 20

Class

SortingTest
Tests the ability of the views wizard to create views with sorts.

Namespace

Drupal\Tests\views\Functional\Wizard

Code

protected function setUp($import_test_views = TRUE, $modules = [
    'views_test_config',
]) : 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.