function Application::writeRandomSeedInformation
1 call to Application::writeRandomSeedInformation()
- Application::run in vendor/
phpunit/ phpunit/ src/ TextUI/ Application.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Application.php, line 554
Class
- Application
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUICode
private function writeRandomSeedInformation(Printer $printer, Configuration $configuration) : void {
if ($configuration->executionOrder() === TestSuiteSorter::ORDER_RANDOMIZED) {
$this->writeMessage($printer, 'Random Seed', (string) $configuration->randomOrderSeed());
}
}