You are here

protected property FilePathTest::$defaultTheme in Drupal 9

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

core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php, line 31

Class

FilePathTest
Tests the Drupal 7 public and private file migrations.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional\d7

Code

protected $defaultTheme = 'stark';