aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-01-04 19:19:02 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-01-04 19:19:02 +0100
commit1db7aa712af0521f1a64e90c6fcf4972ac5b08c2 (patch)
tree80db5219c0134e37a86b2310a6964bd6d0882bb6
parentc5ce0cd3c4d24542e69a6f078a961a66c19a02c2 (diff)
downloadforums-1db7aa712af0521f1a64e90c6fcf4972ac5b08c2.tar
forums-1db7aa712af0521f1a64e90c6fcf4972ac5b08c2.tar.gz
forums-1db7aa712af0521f1a64e90c6fcf4972ac5b08c2.tar.bz2
forums-1db7aa712af0521f1a64e90c6fcf4972ac5b08c2.tar.xz
forums-1db7aa712af0521f1a64e90c6fcf4972ac5b08c2.zip
[ticket/14838] Add missing method to mock'ed feed
PHPBB3-14838
-rw-r--r--tests/feed/attachments_mock_feed.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/feed/attachments_mock_feed.php b/tests/feed/attachments_mock_feed.php
index 0e623fed24..fb67a48f7c 100644
--- a/tests/feed/attachments_mock_feed.php
+++ b/tests/feed/attachments_mock_feed.php
@@ -28,4 +28,9 @@ class phpbb_feed_attachments_mock_feed extends \phpbb\feed\attachments_base
return true;
}
+
+ public function adjust_item(&$item_row, &$row)
+ {
+ return array();
+ }
}