You are here

protected property ProductVariationResourceTest::$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 BrowserTestBase::$defaultTheme

File

modules/product/tests/src/Functional/Jsonapi/ProductVariationResourceTest.php, line 52

Class

ProductVariationResourceTest
JSON:API resource test for variations.

Namespace

Drupal\Tests\commerce_product\Functional\Jsonapi

Code

protected $defaultTheme = 'stark';