You are here

protected property MigrateUpdateTest::$defaultTheme in Commerce Migrate 3.1.x

Same name and namespace in other branches
  1. 8.2 modules/ubercart/tests/src/Functional/MigrateUpdateTest.php \Drupal\Tests\commerce_migrate_ubercart\Functional\MigrateUpdateTest::defaultTheme
  2. 3.0.x modules/ubercart/tests/src/Functional/MigrateUpdateTest.php \Drupal\Tests\commerce_migrate_ubercart\Functional\MigrateUpdateTest::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/ubercart/tests/src/Functional/MigrateUpdateTest.php, line 17

Class

MigrateUpdateTest
Tests the update of migrate table names.

Namespace

Drupal\Tests\commerce_migrate_ubercart\Functional

Code

protected $defaultTheme = 'stark';