protected property UpdateUploadTest::$defaultTheme in Drupal 8
Same name and namespace in other branches
- 9 core/modules/update/tests/src/Functional/UpdateUploadTest.php \Drupal\Tests\update\Functional\UpdateUploadTest::defaultTheme
- 10 core/modules/update/tests/src/Functional/UpdateUploadTest.php \Drupal\Tests\update\Functional\UpdateUploadTest::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/ update/ tests/ src/ Functional/ UpdateUploadTest.php, line 31
Class
- UpdateUploadTest
- Tests the Update Manager module's upload and extraction functionality.
Namespace
Drupal\Tests\update\FunctionalCode
protected $defaultTheme = 'stark';