protected property BitbucketFormTest::$defaultTheme in Build Hooks 3.x
Same name and namespace in other branches
- 8.2 modules/build_hooks_bitbucket/tests/src/Functional/BitbucketFormTest.php \Drupal\Tests\build_hooks_bitbucket\Functional\BitbucketFormTest::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/
build_hooks_bitbucket/ tests/ src/ Functional/ BitbucketFormTest.php, line 17
Class
- BitbucketFormTest
- Defines a test for the configuration form of the bitbucket pipelines plugin.
Namespace
Drupal\Tests\build_hooks_bitbucket\FunctionalCode
protected $defaultTheme = 'stark';