function ComposerValidatorTest::tearDown

Overrides PackageManagerKernelTestBase::tearDown

File

core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php, line 169

Class

ComposerValidatorTest
@covers \Drupal\package_manager\Validator\ComposerValidator[[api-linebreak]] @group package_manager @internal

Namespace

Drupal\Tests\package_manager\Kernel

Code

protected function tearDown() : void {
  // Ensure that any warnings arising from Composer settings (which we expect
  // in this test) will not fail the test during tear-down.
  $this->failureLogger
    ->reset();
  parent::tearDown();
}

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