You are here

protected property FractionFieldTest::$defaultTheme in Fraction 2.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/FractionFieldTest.php \Drupal\Tests\fraction\Functional\FractionFieldTest::defaultTheme

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

tests/src/Functional/FractionFieldTest.php, line 30

Class

FractionFieldTest
Tests the creation of fraction fields.

Namespace

Drupal\Tests\fraction\Functional

Code

protected $defaultTheme = 'stark';