Fix test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
5a74b9cb99
commit
af317a1e38
|
@ -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