You are here

protected property AuditFilesManagedNotUsedTest::$defaultTheme in Audit Files 8.3

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/AuditFilesManagedNotUsedTest.php \Drupal\Tests\auditfiles\Functional\AuditFilesManagedNotUsedTest::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/AuditFilesManagedNotUsedTest.php, line 43

Class

AuditFilesManagedNotUsedTest
Tests that the "Managed not used" report is reachable with no errors.

Namespace

Drupal\Tests\auditfiles\Functional

Code

protected $defaultTheme = 'stark';