function UnpackRecipeTest::tearDown

Overrides BuildTestBase::tearDown

File

core/tests/Drupal/Tests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php, line 61

Class

UnpackRecipeTest
Tests recipe unpacking.

Namespace

Drupal\Tests\Composer\Plugin\Unpack\Functional

Code

protected function tearDown() : void {
  // Remove any temporary directories that were created.
  $this->fixtures
    ->tearDown();
  parent::tearDown();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.