public function connectClient() : void { $p4CreateClientCommand = $this->generateP4Command('client -i < ' . ProcessExecutor::escape($this->getP4ClientSpec())); $this->executeCommand($p4CreateClientCommand); }