@@ -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; |
@@ -44,6 +44,7 @@ |
||
| 44 | 44 | * @param string $path |
| 45 | 45 | * @param string $logsPath |
| 46 | 46 | * @param bool $debug |
| 47 | + * @param string $expectationsPath |
|
| 47 | 48 | */ |
| 48 | 49 | public function start($ip, $port, $path, $logsPath, $debug, $expectationsPath) |
| 49 | 50 | { |