summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-03 15:03:27 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-03 15:03:27 +0200
commit7b628a3e4d105f2e571d0fe142d59f201d6a10d0 (patch)
tree5080a6047e36534e0e1d1020e50185319cbd91d3 /tests
parent87305649c7f3fa6b5f250aaa6bd4a7769b72b6aa (diff)
log feed errors
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/businesslayer/FeedBusinessLayerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/businesslayer/FeedBusinessLayerTest.php b/tests/unit/businesslayer/FeedBusinessLayerTest.php
index e6fb5bb7b..34a6030e4 100644
--- a/tests/unit/businesslayer/FeedBusinessLayerTest.php
+++ b/tests/unit/businesslayer/FeedBusinessLayerTest.php
@@ -462,7 +462,7 @@ class FeedBusinessLayerTest extends \OCA\AppFramework\Utility\TestUtility {
$this->fetcher->expects($this->once())
->method('fetch')
->will($this->throwException($ex));
- $this->api->expects($this->once())
+ $this->api->expects($this->any())
->method('log');
$this->mapper->expects($this->at(1))