summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Node
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-03-19 13:41:00 +0100
committerRobin Appelman <robin@icewind.nl>2021-03-19 13:41:00 +0100
commitfeed42dd6d2aa5bce30fee866c38948e403d6564 (patch)
tree3197b98f58b9f00a479fcbf902a77d5f71b91d5e /tests/lib/Files/Node
parentde713967c0f109b674a96fddbb591a85b3e246bd (diff)
downloadnextcloud-server-feed42dd6d2aa5bce30fee866c38948e403d6564.tar.gz
nextcloud-server-feed42dd6d2aa5bce30fee866c38948e403d6564.zip
folder filtering in sql
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests/lib/Files/Node')
-rw-r--r--tests/lib/Files/Node/FolderTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Files/Node/FolderTest.php b/tests/lib/Files/Node/FolderTest.php
index 339a77edcc3..39dcffe5ae3 100644
--- a/tests/lib/Files/Node/FolderTest.php
+++ b/tests/lib/Files/Node/FolderTest.php
@@ -354,7 +354,6 @@ class FolderTest extends NodeTest {
$cache->method('searchQuery')
->willReturn([
new CacheEntry(['fileid' => 3, 'path' => 'files/foo', 'name' => 'qwerty', 'size' => 200, 'mtime' => 55, 'mimetype' => 'text/plain']),
- new CacheEntry(['fileid' => 3, 'path' => 'files_trashbin/foo2.d12345', 'name' => 'foo2.d12345', 'size' => 200, 'mtime' => 55, 'mimetype' => 'text/plain']),
]);
$root->method('getMountsIn')