You are here

protected property CheckoutOrderTest::$defaultTheme in Commerce Core 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 CommerceBrowserTestBase::$defaultTheme

File

modules/checkout/tests/src/Functional/CheckoutOrderTest.php, line 51

Class

CheckoutOrderTest
Tests the checkout of an order.

Namespace

Drupal\Tests\commerce_checkout\Functional

Code

protected $defaultTheme = 'classy';