Skip to content

Commit ad67346

Browse files
Merge pull request #57 from GetStream/fix/tests
Fix tests for v2 architecture
2 parents a6aa9ec + fbb3d50 commit ad67346

3 files changed

Lines changed: 111 additions & 116 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^4.3",
21-
"satooshi/php-coveralls": "^1.0"
21+
"satooshi/php-coveralls": "^1.0",
22+
"ramsey/uuid": "^3.7"
2223
},
2324
"autoload": {
2425
"psr-0": {

lib/GetStream/Stream/BaseFeed.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@ public function unfollowFeed($targetFeedSlug, $targetUserId, $keepHistory = fals
306306
}
307307

308308
/**
309+
* @deprecated Will be removed in version 3.0.0
310+
*
311+
* No need to clean up, one should just use different feed ids.
312+
*
309313
* @return mixed
310314
*/
311315
public function delete()

0 commit comments

Comments
 (0)