You are here

protected function IndexPhpTest::setUp in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/System/IndexPhpTest.php \Drupal\Tests\system\Functional\System\IndexPhpTest::setUp()

Overrides BrowserTestBase::setUp

File

core/modules/system/tests/src/Functional/System/IndexPhpTest.php, line 19

Class

IndexPhpTest
Tests the handling of requests containing 'index.php'.

Namespace

Drupal\Tests\system\Functional\System

Code

protected function setUp() : void {
  parent::setUp();
}