protected property NodeTypeExampleTest::$defaultTheme in Examples for Developers 3.x
Same name and namespace in other branches
- 8 node_type_example/tests/src/Functional/NodeTypeExampleTest.php \Drupal\Tests\node_type_example\Functional\NodeTypeExampleTest::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/
node_type_example/ tests/ src/ Functional/ NodeTypeExampleTest.php, line 24
Class
- NodeTypeExampleTest
- Test that our content types are successfully created.
Namespace
Drupal\Tests\node_type_example\FunctionalCode
protected $defaultTheme = 'stark';