Browse Source
Fix test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/8891/head
Roeland Jago Douma
8 years ago
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
1 additions and
1 deletions
-
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)); |
|
|
|
|
|
|
|
|