summaryrefslogtreecommitdiffstats
path: root/apps/files/tests/BackgroundJob/ScanFilesTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/tests/BackgroundJob/ScanFilesTest.php')
-rw-r--r--apps/files/tests/BackgroundJob/ScanFilesTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/tests/BackgroundJob/ScanFilesTest.php b/apps/files/tests/BackgroundJob/ScanFilesTest.php
index f2220e6276d..b236f753adb 100644
--- a/apps/files/tests/BackgroundJob/ScanFilesTest.php
+++ b/apps/files/tests/BackgroundJob/ScanFilesTest.php
@@ -52,8 +52,8 @@ class ScanFilesTest extends TestCase {
$this->scanFiles = $this->getMockBuilder('\OCA\Files\BackgroundJob\ScanFiles')
->setConstructorArgs([
- $this->config,
- $this->userManager,
+ $this->config,
+ $this->userManager,
])
->setMethods(['runScanner'])
->getMock();
@@ -105,7 +105,7 @@ class ScanFilesTest extends TestCase {
->method('search')
->with('', 500, 50)
->willReturn([
- $fakeUser
+ $fakeUser
]);
$this->config
->expects($this->at(2))