You are here

protected property PurchaseOrderTest::$defaultTheme in Commerce Purchase Order 8

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

tests/src/Functional/PurchaseOrderTest.php, line 50

Class

PurchaseOrderTest
Tests the checkout of an order.

Namespace

Drupal\Tests\commerce_purchase_order\Functional

Code

protected $defaultTheme = 'stark';