You are here

protected function SortingTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 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\Wizard

Code

protected function setUp($import_test_views = TRUE) : void {
  parent::setUp($import_test_views);
  $this
    ->drupalPlaceBlock('page_title_block');
}