You are here

protected property CheckoutPaneTest::$defaultTheme in Commerce Shipping 8.2

The theme to install as the default for testing.

Defaults to the install profile's default theme, if it specifies any.

Type: string

Overrides CommerceWebDriverTestBase::$defaultTheme

File

tests/src/FunctionalJavascript/CheckoutPaneTest.php, line 84

Class

CheckoutPaneTest
Tests the "Shipping information" checkout pane.

Namespace

Drupal\Tests\commerce_shipping\FunctionalJavascript

Code

protected $defaultTheme = 'classy';