phpunit icon indicating copy to clipboard operation
phpunit copied to clipboard

Fixed: No <system-out> with @runTestsInSeparateProcesses and --log-junit

Open DelphiXE5 opened this issue 3 years ago • 0 comments

AbstractPhpProcess: 299: Bind the output directly to the test instance 362: Removed output print -> handled by testCase

Added TestSeperateProcesses.php to test output in @runTestsInSeparateProcesses

Added log-junit-seprate-processes.phpt to test output in junit with @runTestsInSeparateProcesses

Added log-teamcity-seperate-processes.phpt to test output in teamcity with @runTestsInSeparateProcesses

DelphiXE5 avatar Apr 08 '22 08:04 DelphiXE5