Make WatchedItemStoreUnitTest compatible with PHPUnit 6
authorKunal Mehta <legoktm@member.fsf.org>
Thu, 12 Apr 2018 20:18:39 +0000 (13:18 -0700)
committerJforrester <jforrester@wikimedia.org>
Thu, 12 Apr 2018 21:00:55 +0000 (21:00 +0000)
commitbfe88fd8f98a766a965d73064ee0c648c65424bd
treedc234b3248bdbafc89305a04f3ee274f98f62f97
parent8bda7b9dcdfbab485f439fbf4f41da1c84f5d62e
Make WatchedItemStoreUnitTest compatible with PHPUnit 6

A few tests were mocking the wrong object due to a typo, so have those
mock the correct object, and update the tests to reflect reality.

Change-Id: Ifd1e4ae8a98124b9055ec4023382305f743f9b43
tests/phpunit/includes/watcheditem/WatchedItemStoreUnitTest.php