Skip to content

Commit

Permalink
Fix setupLocalStorageBefore style
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Sep 27, 2018
1 parent bc5c159 commit 329c878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/features/bootstrap/BasicStructure.php
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ public function setupLocalStorageBefore() {
'local',
'null::null',
'-c',
'datadir=' . $this->getServerRoot(). '/' . LOCAL_STORAGE_DIR_ON_REMOTE_SERVER
'datadir=' . $this->getServerRoot() . '/' . LOCAL_STORAGE_DIR_ON_REMOTE_SERVER
]
);
// stdOut should have a string like "Storage created with id 65"
Expand Down

0 comments on commit 329c878

Please sign in to comment.