@@ -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; |
@@ -39,9 +39,7 @@ |
||
| 39 | 39 | /** |
| 40 | 40 | * Starts a wiremock process. |
| 41 | 41 | * |
| 42 | - * @param string $jarPath |
|
| 43 | 42 | * @param string $logsPath |
| 44 | - * @param string $arguments |
|
| 45 | 43 | * |
| 46 | 44 | * @throws \Exception |
| 47 | 45 | */ |