You are here

protected property RobotReferenceTest::$defaultTheme in Examples for Developers 3.x

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

Class

RobotReferenceTest
Ensure Robot entities can be used in entity_reference fields.

Namespace

Drupal\Tests\config_entity_example\Functional

Code

protected $defaultTheme = 'stark';