summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/bootstrap/FileListContext.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance/features/bootstrap/FileListContext.php')
-rw-r--r--tests/acceptance/features/bootstrap/FileListContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/bootstrap/FileListContext.php b/tests/acceptance/features/bootstrap/FileListContext.php
index cdf2e6acc6e..745f522d874 100644
--- a/tests/acceptance/features/bootstrap/FileListContext.php
+++ b/tests/acceptance/features/bootstrap/FileListContext.php
@@ -44,7 +44,7 @@ class FileListContext implements Context, ActorAwareInterface {
* @BeforeScenario
*/
public function initializeFileListAncestors() {
- $this->fileListAncestorsByActor = array();
+ $this->fileListAncestorsByActor = [];
$this->fileListAncestor = null;
}