diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-22 12:06:45 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-04 12:02:42 +0200 |
commit | af317a1e38243fc7fe01aeb4466cd9b9ecbc5744 (patch) | |
tree | 7f5f657c40b3427a13a02582f490cea61cf989fb /tests | |
parent | 5a74b9cb999d6563b6b6f97cd3232bebe2ec3e57 (diff) | |
download | nextcloud-server-af317a1e38243fc7fe01aeb4466cd9b9ecbc5744.tar.gz nextcloud-server-af317a1e38243fc7fe01aeb4466cd9b9ecbc5744.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)); |