Skip to content

Commit

Permalink
Fix acceptance test style 20180927
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Sep 27, 2018
1 parent d92251e commit e1b01c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/features/bootstrap/WebUIGeneralContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ public function enablePreviewBeforeScenario() {
if ($this->oldPreviewSetting === null) {
$oldPreviewSetting = SetupHelper::runOcc(
['config:system:get', 'enable_previews']
)['stdOut'];
)['stdOut'];
$this->oldPreviewSetting = \trim($oldPreviewSetting);
}
SetupHelper::runOcc(
Expand All @@ -656,7 +656,7 @@ public function enablePreviewBeforeScenario() {
'--value',
'true'
]
);
);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public function getRenameActionLabel() {
* the action labels are localized to the user preferred language
*
* @param string $action
*
* @return string
*/
public function getActionLabelLocalized($action) {
Expand Down

0 comments on commit e1b01c7

Please sign in to comment.