protected property CronExampleTest::$defaultTheme in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/cron_example/tests/src/Functional/CronExampleTest.php \Drupal\Tests\cron_example\Functional\CronExampleTest::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
- cron_example/
tests/ src/ Functional/ CronExampleTest.php, line 21
Class
- CronExampleTest
- Test the functionality for the Cron Example.
Namespace
Drupal\Tests\cron_example\FunctionalCode
protected $defaultTheme = 'stark';