protected property UrlTest::$defaultTheme in Drupal 9
Same name in this branch
- 9 core/modules/system/tests/src/Functional/Common/UrlTest.php \Drupal\Tests\system\Functional\Common\UrlTest::defaultTheme
- 9 core/modules/system/tests/src/Functional/Form/UrlTest.php \Drupal\Tests\system\Functional\Form\UrlTest::defaultTheme
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Common/UrlTest.php \Drupal\Tests\system\Functional\Common\UrlTest::defaultTheme
The theme to install as the default for testing.
Defaults to the install profile's default theme, if it specifies any.
Type: string
Overrides BrowserTestBase::$defaultTheme
File
- core/
modules/ system/ tests/ src/ Functional/ Common/ UrlTest.php, line 20
Class
- UrlTest
- Confirm that the link generator works correctly.
Namespace
Drupal\Tests\system\Functional\CommonCode
protected $defaultTheme = 'stark';