diff options
Diffstat (limited to 'tests/lib/files/config/usermountcache.php')
-rw-r--r-- | tests/lib/files/config/usermountcache.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/files/config/usermountcache.php b/tests/lib/files/config/usermountcache.php index 0f5e8f4baeb..070c2f6176d 100644 --- a/tests/lib/files/config/usermountcache.php +++ b/tests/lib/files/config/usermountcache.php @@ -279,11 +279,11 @@ class UserMountCache extends TestCase { 'mimepart' => 0, 'size' => 0, 'storage_mtime' => 0, - 'encrypted' => false, + 'encrypted' => 0, 'unencrypted_size' => 0, 'etag' => '', 'permissions' => 31 - ]); + ], ['storage', 'path_hash']); $id = (int)$this->connection->lastInsertId('*PREFIX*filecache'); $this->fileIds[] = $id; return $id; |