public function AfterSymfonyListener::endTest in Drupal 8
Same name in this branch
- 8 core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/AfterSymfonyListener.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit7\AfterSymfonyListener::endTest()
- 8 core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/AfterSymfonyListener.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit6\AfterSymfonyListener::endTest()
File
- core/
tests/ Drupal/ TestTools/ PhpUnitCompatibility/ PhpUnit7/ AfterSymfonyListener.php, line 20
Class
- AfterSymfonyListener
- Listens to PHPUnit test runs.
Namespace
Drupal\TestTools\PhpUnitCompatibility\PhpUnit7Code
public function endTest(Test $test, float $time) : void {
restore_error_handler();
}