Add WatchedItemStore::countWatchedItems
authoraddshore <addshorewiki@gmail.com>
Mon, 14 Mar 2016 16:54:28 +0000 (16:54 +0000)
committeraddshore <addshorewiki@gmail.com>
Tue, 15 Mar 2016 15:58:51 +0000 (15:58 +0000)
commitbfa8662b7338cc916c38bcce0c68a3c08c55143c
tree5aa3a1f9ce40d0276ae6ebbb3b1a1921e6a09511
parenteb9d245a1187f4de0fde8e61f0b3f8708492fae8
Add WatchedItemStore::countWatchedItems

This method counts the number of individual items
that a user is watching.
A subject and corresponding talk page would mean a
count of 2

Unit and integration tests are also added here

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