@@ -20,7 +20,7 @@ |
||
20 | 20 | $this->sessionContainer = new SessionContainer(); |
21 | 21 | |
22 | 22 | foreach ($sessions as $sessionName => $session) { |
23 | - $command = $this->executable . " '" . json_encode($session) . "' '" . $cacheDir . "' '" . $webdriverHost . "'"; |
|
23 | + $command = $this->executable." '".json_encode($session)."' '".$cacheDir."' '".$webdriverHost."'"; |
|
24 | 24 | |
25 | 25 | exec($command, $output, $return); |
26 | 26 |