summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/bootstrap/SettingsContext.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance/features/bootstrap/SettingsContext.php')
-rw-r--r--tests/acceptance/features/bootstrap/SettingsContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/bootstrap/SettingsContext.php b/tests/acceptance/features/bootstrap/SettingsContext.php
index 5f9a724e771..ccc010e38e9 100644
--- a/tests/acceptance/features/bootstrap/SettingsContext.php
+++ b/tests/acceptance/features/bootstrap/SettingsContext.php
@@ -204,7 +204,7 @@ class SettingsContext implements Context, ActorAwareInterface {
$actor = $this->actor;
- $tagFoundInDropdownCallback = function() use($actor, $tag) {
+ $tagFoundInDropdownCallback = function () use ($actor, $tag) {
// Open the dropdown to look for the tag.
$actor->find(self::systemTagsSelectTagButton())->click();