protected property CronExampleTest::$defaultTheme in Examples for Developers 3.x
Same name and namespace in other branches
- 8 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
- modules/
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';