You are here

protected function BitbucketBuildHooksTest::setUp in Build Hooks 3.x

Overrides BuildHooksKernelTestBase::setUp

File

modules/build_hooks_bitbucket/tests/src/Kernel/BitbucketBuildHooksTest.php, line 47

Class

BitbucketBuildHooksTest
Defines a test for the configuration form of the bitbucket pipelines plugin.

Namespace

Drupal\Tests\build_hooks_bitbucket\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installConfig('build_hooks_bitbucket');
}