You are here

protected property Fast404PathTest::$defaultTheme in Fast 404 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/Fast404PathTest.php \Drupal\Tests\fast404\Functional\Fast404PathTest::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/Fast404PathTest.php, line 21

Class

Fast404PathTest
Tests the path checking functionality.

Namespace

Drupal\Tests\fast404\Functional

Code

protected $defaultTheme = 'stark';