function PhpUnitTestDiscoveryTest::tearDown
Same name and namespace in other branches
- 11.x core/tests/Drupal/KernelTests/Core/Test/PhpUnitTestDiscoveryTest.php \Drupal\KernelTests\Core\Test\PhpUnitTestDiscoveryTest::tearDown()
Overrides KernelTestBase::tearDown
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Test/ PhpUnitTestDiscoveryTest.php, line 57
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.