function ComposerValidatorHelpTest::tearDown
Same name and namespace in other branches
- main core/modules/package_manager/tests/src/Kernel/ComposerValidatorHelpTest.php \Drupal\Tests\package_manager\Kernel\ComposerValidatorHelpTest::tearDown()
Overrides PackageManagerKernelTestBase::tearDown
File
-
core/
modules/ package_manager/ tests/ src/ Kernel/ ComposerValidatorHelpTest.php, line 72
Class
- ComposerValidatorHelpTest
- Tests Composer Validator.
Namespace
Drupal\Tests\package_manager\KernelCode
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.