X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FWatchedItemIntegrationTest.php;h=65a8c86bb732bd76d4d98be51abdfbbc3fd96af3;hb=4d94cc1432759b89b1e90b982c4e27a5157ebca3;hp=0c813dac5c938c7ad9a1c90f8aeba024e9e1e014;hpb=e657b4bac8cbe0e6ac99eb037243d4668cf08881;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/WatchedItemIntegrationTest.php b/tests/phpunit/includes/WatchedItemIntegrationTest.php index 0c813dac5c..65a8c86bb7 100644 --- a/tests/phpunit/includes/WatchedItemIntegrationTest.php +++ b/tests/phpunit/includes/WatchedItemIntegrationTest.php @@ -19,7 +19,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' ); }