mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Fix test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
4e1161d254
commit
af31fa82e8
@ -682,7 +682,7 @@ class FolderTest extends NodeTest {
|
||||
|
||||
$fileInfo = new CacheEntry(['path' => 'foo/qwerty', 'mimetype' => 'text/plain'], null);
|
||||
|
||||
$storage->expects($this->once())
|
||||
$storage->expects($this->exactly(2))
|
||||
->method('getCache')
|
||||
->will($this->returnValue($cache));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user