function Finished::__construct
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Finished.php \PHPUnit\Event\Test\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/ Application/ Finished.php, line 26
Class
- Finished
- @psalm-immutable
Namespace
PHPUnit\Event\ApplicationCode
public function __construct(Telemetry\Info $telemetryInfo, int $shellExitCode) {
$this->telemetryInfo = $telemetryInfo;
$this->shellExitCode = $shellExitCode;
}