function ComposerValidatorHelpTest::tearDown

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/tests/src/Kernel/ComposerValidatorHelpTest.php \Drupal\Tests\package_manager\Kernel\ComposerValidatorHelpTest::tearDown()

File

core/modules/package_manager/tests/src/Kernel/ComposerValidatorHelpTest.php, line 72

Class

ComposerValidatorHelpTest
Tests Composer Validator.

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.