Add WatchedItemStore::getWatchedItemsForUser
authoraddshore <addshorewiki@gmail.com>
Tue, 15 Mar 2016 22:19:16 +0000 (22:19 +0000)
committeraddshore <addshorewiki@gmail.com>
Wed, 23 Mar 2016 14:01:31 +0000 (14:01 +0000)
commit659fd5ec9cecbb7f3774107a28a26b2b244de4a1
tree84b5e453c8f6891296642d2a755c2b6996ce43bc
parent1f8462a7c5713488f71526131680b8d2417e2de9
Add WatchedItemStore::getWatchedItemsForUser

This method is also no used in SpecialEditWatchlist

Unit and Integration tests have also been added.

Bug: T129481
Change-Id: Ica136b6fee63be8de4c2fe502288dd2318d99114
includes/WatchedItemStore.php
includes/specials/SpecialEditWatchlist.php
tests/phpunit/includes/WatchedItemStoreIntegrationTest.php
tests/phpunit/includes/WatchedItemStoreUnitTest.php