summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/tests/command/expiretest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/tests/command/expiretest.php')
-rw-r--r--apps/files_trashbin/tests/command/expiretest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/tests/command/expiretest.php b/apps/files_trashbin/tests/command/expiretest.php
index a6a8a6d53a8..0d457db2807 100644
--- a/apps/files_trashbin/tests/command/expiretest.php
+++ b/apps/files_trashbin/tests/command/expiretest.php
@@ -26,7 +26,7 @@ use Test\TestCase;
class ExpireTest extends TestCase {
public function testExpireNonExistingUser() {
- $command = new Expire('test', 0);
+ $command = new Expire('test');
$command->handle();
$this->assertTrue(true);