8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da507f1 commit fbc422bCopy full SHA for fbc422b
src/Symfony/Component/BrowserKit/Client.php
@@ -291,7 +291,7 @@ protected function doRequestInProcess($request)
291
$process->run();
292
293
if (!$process->isSuccessful() || !preg_match('/^O\:\d+\:/', $process->getOutput())) {
294
- throw new \RuntimeException($process->getErrorOutput());
+ throw new \RuntimeException('OUTPUT: '.$process->getOutput().' ERROR OUTPUT: '.$process->getErrorOutput());
295
}
296
297
return unserialize($process->getOutput());
0 commit comments