public function DrupalListener::startTest in Drupal 8
Same name in this branch
- 8 core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/DrupalListener.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit7\DrupalListener::startTest()
- 8 core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/DrupalListener.php \Drupal\TestTools\PhpUnitCompatibility\PhpUnit6\DrupalListener::startTest()
File
- core/
tests/ Drupal/ TestTools/ PhpUnitCompatibility/ PhpUnit6/ DrupalListener.php, line 27
Class
- DrupalListener
- Listens to PHPUnit test runs.
Namespace
Drupal\TestTools\PhpUnitCompatibility\PhpUnit6Code
public function startTest(Test $test) {
$this
->deprecationStartTest($test);
}