function Finished::__construct
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Event/Events/Application/Finished.php \PHPUnit\Event\Application\Finished::__construct()
- 11.1.x vendor/phpunit/phpunit/src/Event/Events/TestRunner/Finished.php \PHPUnit\Event\TestRunner\Finished::__construct()
- 11.1.x vendor/phpunit/phpunit/src/Event/Events/TestSuite/Finished.php \PHPUnit\Event\TestSuite\Finished::__construct()
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Events/ Test/ Lifecycle/ Finished.php, line 28
Class
- Finished
- @psalm-immutable
Namespace
PHPUnit\Event\TestCode
public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test, int $numberOfAssertionsPerformed) {
$this->telemetryInfo = $telemetryInfo;
$this->test = $test;
$this->numberOfAssertionsPerformed = $numberOfAssertionsPerformed;
}