function PhpUnitTestDiscoveryTest::tearDown
Overrides KernelTestBase::tearDown
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Test/ PhpUnitTestDiscoveryTest.php, line 47
Class
- PhpUnitTestDiscoveryTest
- Tests equality of test discovery between run-tests.sh and PHPUnit CLI.
Namespace
Drupal\KernelTests\Core\TestCode
public function tearDown() : void {
@unlink($this->xmlOutputFile);
parent::tearDown();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.