You are here

protected property ResponsiveWrappersTest::$defaultTheme in Responsive wrappers 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/ResponsiveWrappersTest.php \Drupal\Tests\responsivewrappers\Functional\ResponsiveWrappersTest::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/ResponsiveWrappersTest.php, line 29

Class

ResponsiveWrappersTest
Provides a class for responsivewrappers functional tests.

Namespace

Drupal\Tests\responsivewrappers\Functional

Code

protected $defaultTheme = 'stable';