update RestContext in saveExportedProcessTo() ...
This commit is contained in:
@@ -1643,7 +1643,7 @@ class RestContext extends BehatContext
|
|||||||
$this->printDebug("Exporting process to: $exportedProcessFileName");
|
$this->printDebug("Exporting process to: $exportedProcessFileName");
|
||||||
|
|
||||||
file_put_contents($exportedProcessFileName, $this->_response->getBody(true));
|
file_put_contents($exportedProcessFileName, $this->_response->getBody(true));
|
||||||
|
chmod($exportedProcessFileName, 0777);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user