You are here

protected property ModuleInstallUninstallWebTest::$defaultTheme in Flysystem 2.0.x

Same name and namespace in other branches
  1. 3.x tests/src/Functional/ModuleInstallUninstallWebTest.php \Drupal\Tests\flysystem\Functional\ModuleInstallUninstallWebTest::defaultTheme
  2. 3.0.x tests/src/Functional/ModuleInstallUninstallWebTest.php \Drupal\Tests\flysystem\Functional\ModuleInstallUninstallWebTest::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

tests/src/Functional/ModuleInstallUninstallWebTest.php, line 17

Class

ModuleInstallUninstallWebTest
Tests module installation and uninstallation.

Namespace

Drupal\Tests\flysystem\Functional

Code

protected $defaultTheme = 'stark';