You are here

public function RoleBasedPathTest::setUp in Role Based Theme Switcher 8

Same name and namespace in other branches
  1. 9.1.x tests/src/Functional/RoleBasedPathTest.php \Drupal\Tests\role_based_theme_switcher\Functional\RoleBasedPathTest::setUp()

Overrides BrowserTestBase::setUp

File

tests/src/Functional/RoleBasedPathTest.php, line 29

Class

RoleBasedPathTest
Description of RoleBasedPathTest

Namespace

Drupal\Tests\role_based_theme_switcher\Functional

Code

public function setUp() {
  parent::setUp();
}