* @copyright Bernhard Posselt 2015 */ return [ 'feeds' => [ [ 'title' => 'john feed', 'userId' => 'john', 'items' => [ ['title' => 'blubb', 'status' => 2], ['title' => 'blubb', 'status' => 2] ] ], [ 'title' => 'test feed', 'userId' => 'test', 'items' => [ ['title' => 'blubb', 'status' => 2], ['title' => 'blubbs', 'status' => 2], ['title' => 'blubb', 'status' => 2], ['title' => 'blubb', 'status' => 2] ] ] ] ];