From: addshore Date: Thu, 28 Jul 2016 08:56:05 +0000 (+0100) Subject: Remove missed WatchedItem::resetNotificationTimestamp in test X-Git-Tag: 1.31.0-rc.0~6238^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=70bf2e924e1c0501cd7800e4710ff434dc91f8b8;p=lhc%2Fweb%2Fwiklou.git Remove missed WatchedItem::resetNotificationTimestamp in test Change-Id: I3ece74fecd55f248025d9c10aaf1960d5cd3fd7a --- 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' ); }