function UnpackRecipeTest::tearDown

Same name in this branch
  1. 11.x core/tests/Drupal/Tests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php \Drupal\Tests\Composer\Plugin\Unpack\Functional\UnpackRecipeTest::tearDown()

Overrides BuildTestBase::tearDown

File

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

Class

UnpackRecipeTest
Tests recipe unpacking.

Namespace

Drupal\BuildTests\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.