You are here

protected property MultigraphWebTest::$defaultTheme in Monitoring 8

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/multigraph/tests/src/Functional/MultigraphWebTest.php, line 40
Contains \Drupal\monitoring_multigraph\Tests\MultigraphWebTest

Class

MultigraphWebTest
Tests the Multigraph forms (add/edit/delete).

Namespace

Drupal\Tests\monitoring_multigraph\Functional

Code

protected $defaultTheme = 'stark';