You are here

protected property PaymentFormWebTest::$defaultTheme in Payment 8.2

Same name in this branch
  1. 8.2 modules/payment_form/tests/src/Functional/Plugin/Field/FieldFormatter/PaymentFormWebTest.php \Drupal\Tests\payment_form\Functional\Plugin\Field\FieldFormatter\PaymentFormWebTest::defaultTheme
  2. 8.2 modules/payment_form/tests/src/Functional/Plugin/Field/FieldWidget/PaymentFormWebTest.php \Drupal\Tests\payment_form\Functional\Plugin\Field\FieldWidget\PaymentFormWebTest::defaultTheme
  3. 8.2 modules/payment_form/tests/src/Functional/Plugin/Field/FieldType/PaymentFormWebTest.php \Drupal\Tests\payment_form\Functional\Plugin\Field\FieldType\PaymentFormWebTest::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

modules/payment_form/tests/src/Functional/Plugin/Field/FieldType/PaymentFormWebTest.php, line 28

Class

PaymentFormWebTest
\Drupal\payment_form\Plugin\Field\FieldType\PaymentForm.

Namespace

Drupal\Tests\payment_form\Functional\Plugin\Field\FieldType

Code

protected $defaultTheme = 'stark';