diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-22 12:06:45 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-22 12:06:45 +0100 |
commit | af31fa82e8aeebabbc3df364f11b0c702c0a068f (patch) | |
tree | 6ae43719c30a435a88848e2e1473d92ba5b00faa /tests | |
parent | 4e1161d2545d4c504769962935e977cfe98c5c10 (diff) | |
download | nextcloud-server-af31fa82e8aeebabbc3df364f11b0c702c0a068f.tar.gz nextcloud-server-af31fa82e8aeebabbc3df364f11b0c702c0a068f.zip |
Fix test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Files/Node/FolderTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Files/Node/FolderTest.php b/tests/lib/Files/Node/FolderTest.php index 6479dad58d3..c924c090232 100644 --- a/tests/lib/Files/Node/FolderTest.php +++ b/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)); |