protected function BasicTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Functional/Wizard/BasicTest.php \Drupal\Tests\views\Functional\Wizard\BasicTest::setUp()
- 10 core/modules/views/tests/src/Functional/Wizard/BasicTest.php \Drupal\Tests\views\Functional\Wizard\BasicTest::setUp()
Overrides WizardTestBase::setUp
File
- core/
modules/ views/ tests/ src/ Functional/ Wizard/ BasicTest.php, line 22
Class
- BasicTest
- Tests creating views with the wizard and viewing them on the listing page.
Namespace
Drupal\Tests\views\Functional\WizardCode
protected function setUp($import_test_views = TRUE) {
parent::setUp($import_test_views);
$this
->drupalPlaceBlock('page_title_block');
}