function ConfigSingleImportExportTest::setUp
Overrides BrowserTestBase::setUp
File
- 
              core/modules/ config/ tests/ src/ Functional/ ConfigSingleImportExportTest.php, line 37 
Class
- ConfigSingleImportExportTest
- Tests the user interface for importing/exporting a single configuration.
Namespace
Drupal\Tests\config\FunctionalCode
protected function setUp() : void {
  parent::setUp();
  $this->drupalPlaceBlock('page_title_block');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
