<?php tempnam(string $directory, string $prefix): string|false
<?php use Symfony\Component\Process\Process; $run = function () { $junitLogFile = tempnam(sys_get_temp_dir(), 'junit'); $process = new Process( array_merge(['php', 'bin/pest', '--log-junit', $junitLogFile], func_get_args()),