How to output to a file the execution of PHPunit test run when ran under the parallel command
I’m running my PHPunit tests using parallel
command.
I’d like to get the results from the execution of the tests to a file, but after redirecting the output I only get the name of the tests but not the result of the execution.