diff options
Diffstat (limited to 'build/integration/features/bootstrap/CommandLineContext.php')
-rw-r--r-- | build/integration/features/bootstrap/CommandLineContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/CommandLineContext.php b/build/integration/features/bootstrap/CommandLineContext.php index 678cf40351f..d233353262d 100644 --- a/build/integration/features/bootstrap/CommandLineContext.php +++ b/build/integration/features/bootstrap/CommandLineContext.php @@ -110,7 +110,7 @@ class CommandLineContext implements \Behat\Behat\Context\Context { */ public function transferingOwnershipPath($path, $user1, $user2) { $path = '--path=' . $path; - if($this->runOcc(['files:transfer-ownership', $path, $user1, $user2]) === 0) { + if ($this->runOcc(['files:transfer-ownership', $path, $user1, $user2]) === 0) { $this->lastTransferPath = $this->findLastTransferFolderForUser($user1, $user2); } else { // failure |