function DrupalListener::endTest

File

core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/DrupalListener.php, line 34

Class

DrupalListener
Listens to PHPUnit test runs.

Namespace

Drupal\TestTools\PhpUnitCompatibility\PhpUnit7

Code

public function endTest(Test $test, float $time) : void {
  $this->deprecationEndTest($test, $time);
  $this->componentEndTest($test, $time);
  $this->standardsEndTest($test, $time);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.