Remove missed WatchedItem::resetNotificationTimestamp in test
authoraddshore <addshorewiki@gmail.com>
Thu, 28 Jul 2016 08:56:05 +0000 (09:56 +0100)
committeraddshore <addshorewiki@gmail.com>
Thu, 28 Jul 2016 08:56:05 +0000 (09:56 +0100)
Change-Id: I3ece74fecd55f248025d9c10aaf1960d5cd3fd7a

tests/phpunit/includes/WatchedItemIntegrationTest.php

index be22260..419ab04 100644 (file)
@@ -18,7 +18,6 @@ class WatchedItemIntegrationTest extends MediaWikiTestCase {
                $this->hideDeprecated( 'WatchedItem::addWatch' );
                $this->hideDeprecated( 'WatchedItem::removeWatch' );
                $this->hideDeprecated( 'WatchedItem::isWatched' );
-               $this->hideDeprecated( 'WatchedItem::resetNotificationTimestamp' );
                $this->hideDeprecated( 'WatchedItem::duplicateEntries' );
                $this->hideDeprecated( 'WatchedItem::batchAddWatch' );
        }