From 70bf2e924e1c0501cd7800e4710ff434dc91f8b8 Mon Sep 17 00:00:00 2001 From: addshore Date: Thu, 28 Jul 2016 09:56:05 +0100 Subject: [PATCH] Remove missed WatchedItem::resetNotificationTimestamp in test Change-Id: I3ece74fecd55f248025d9c10aaf1960d5cd3fd7a --- tests/phpunit/includes/WatchedItemIntegrationTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/includes/WatchedItemIntegrationTest.php b/tests/phpunit/includes/WatchedItemIntegrationTest.php index be22260d76..419ab040e2 100644 --- a/tests/phpunit/includes/WatchedItemIntegrationTest.php +++ b/tests/phpunit/includes/WatchedItemIntegrationTest.php @@ -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' ); } -- 2.20.1