Skip to content

Commit 99903ec

Browse files
committed
-
1 parent c4053ba commit 99903ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/BrowserKit/AbstractBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ protected function doRequestInProcess(object $request)
462462
}
463463

464464
if (!$process->isSuccessful() || !preg_match('/^O\:\d+\:/', $process->getOutput())) {
465-
throw new RuntimeException(sprintf('OUTPUT: "%s" ERROR OUTPUT: "%s".', $process->getOutput(), $process->getErrorOutput()));
465+
throw new RuntimeException(sprintf('OUTPUT: %s ERROR OUTPUT: %s.', $process->getOutput(), $process->getErrorOutput()));
466466
}
467467

468468
return unserialize($process->getOutput());

0 commit comments

Comments
 (0)