File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ private function resolveStructuredProcessResultPayload(OutputInterface $processO
361361 ];
362362 }
363363
364- if (null !== $ supplementalOutput && ! \is_array ( $ decoded ) ) {
364+ if (null !== $ supplementalOutput ) {
365365 $ payload ['raw_output ' ] = $ supplementalOutput ;
366366 }
367367
Original file line number Diff line number Diff line change 2323use FastForward \DevTools \Console \Command \Traits \LogsCommandResults ;
2424use FastForward \DevTools \Console \Command \TestsCommand ;
2525use FastForward \DevTools \Container \ContainerFactory ;
26+ use FastForward \DevTools \Container \ServiceProvider \DevToolsServiceProvider ;
2627use FastForward \DevTools \Environment \RuntimeEnvironmentInterface ;
2728use FastForward \DevTools \Filesystem \FilesystemInterface ;
2829use FastForward \DevTools \PhpUnit \Bootstrap \BootstrapShimGenerator ;
5758#[UsesClass(BootstrapShimGenerator::class)]
5859#[UsesClass(CoverageSummary::class)]
5960#[UsesClass(ContainerFactory::class)]
61+ #[UsesClass(DevToolsServiceProvider::class)]
6062#[UsesClass(DevToolsPathResolver::class)]
6163#[UsesClass(ProcessBuilder::class)]
6264#[UsesClass(ManagedWorkspace::class)]
@@ -428,7 +430,7 @@ public function executeWillCaptureStructuredPhpUnitSummaryAfterCoveragePreludeWh
428430 && isset ($ context ['output ' ])
429431 && 'success ' === $ context ['output ' ]['result ' ]
430432 && 5 === $ context ['output ' ]['summary ' ]['assertions ' ]
431- && ! isset ( $ context ['output ' ]['raw_output ' ]) ),
433+ && " Generating code coverage report in PHP format ... done [00:00.002] " === $ context ['output ' ]['raw_output ' ]),
432434 )->shouldBeCalled ();
433435 $ this ->output ->writeln (Argument::cetera ())->shouldNotBeCalled ();
434436
You can’t perform that action at this time.
0 commit comments