Skip to content

Commit

Permalink
Merge pull request #57 from GetStream/fix/tests
Browse files Browse the repository at this point in the history
Fix tests for v2 architecture
  • Loading branch information
hannesvdvreken authored Nov 2, 2017
2 parents a6aa9ec + fbb3d50 commit ad67346
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 116 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"require-dev": {
"phpunit/phpunit": "^4.3",
"satooshi/php-coveralls": "^1.0"
"satooshi/php-coveralls": "^1.0",
"ramsey/uuid": "^3.7"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 4 additions & 0 deletions lib/GetStream/Stream/BaseFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ public function unfollowFeed($targetFeedSlug, $targetUserId, $keepHistory = fals
}

/**
* @deprecated Will be removed in version 3.0.0
*
* No need to clean up, one should just use different feed ids.
*
* @return mixed
*/
public function delete()
Expand Down
Loading

0 comments on commit ad67346

Please sign in to comment.