You are here

protected property AddToCartFieldReplacementTest::$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 CommerceWebDriverTestBase::$defaultTheme

File

modules/cart/tests/src/FunctionalJavascript/AddToCartFieldReplacementTest.php, line 45

Class

AddToCartFieldReplacementTest
Tests AJAX field replacement on the add to cart form.

Namespace

Drupal\Tests\commerce_cart\FunctionalJavascript

Code

protected $defaultTheme = 'classy';