| 1 | <?php |
||
| 21 | class MockProvider implements FeedContentProviderInterface |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param array $options |
||
| 25 | * |
||
| 26 | * @return Feed |
||
| 27 | * |
||
| 28 | * @throws FeedNotFoundException |
||
| 29 | */ |
||
| 30 | 4 | public function getFeedContent(array $options) |
|
| 49 | |||
| 50 | /** |
||
| 51 | * @param Feed $feed |
||
| 52 | * @return Feed |
||
| 53 | */ |
||
| 54 | 1 | protected function addItem(Feed $feed) |
|
| 68 | } |
||
| 69 |