protected function DisplayPathTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views_ui/tests/src/Functional/DisplayPathTest.php \Drupal\Tests\views_ui\Functional\DisplayPathTest::setUp()
Overrides UITestBase::setUp
File
- core/
modules/ views_ui/ tests/ src/ Functional/ DisplayPathTest.php, line 19
Class
- DisplayPathTest
- Tests the UI of generic display path plugin.
Namespace
Drupal\Tests\views_ui\FunctionalCode
protected function setUp($import_test_views = TRUE) {
parent::setUp($import_test_views);
$this
->placeBlock('page_title_block');
}