@@ -87,6 +87,9 @@ |
||
| 87 | 87 | $this->process->stop(); |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | + /** |
|
| 91 | + * @param null|PhiremockProcess $process |
|
| 92 | + */ |
|
| 90 | 93 | private function initProcess($process) |
| 91 | 94 | { |
| 92 | 95 | $this->process = $process === null ? new PhiremockProcess() : $process; |