Browse Source

Fix test

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/8891/head
Roeland Jago Douma 8 years ago
parent
commit
af31fa82e8
No known key found for this signature in database GPG Key ID: F941078878347C0C
  1. 2
      tests/lib/Files/Node/FolderTest.php

2
tests/lib/Files/Node/FolderTest.php

@ -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…
Cancel
Save