X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FWatchedItemIntegrationTest.php;h=01e7ecb9d3f22e153bbe1e935608d6dc5f20a7dd;hb=433d2480f994932162da94b857e1d297d59cd4c8;hp=0c813dac5c938c7ad9a1c90f8aeba024e9e1e014;hpb=4fa2e1833ddef6ee8a241418cece9292561da6ad;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/WatchedItemIntegrationTest.php b/tests/phpunit/includes/WatchedItemIntegrationTest.php index 0c813dac5c..01e7ecb9d3 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' ); } @@ -29,7 +28,6 @@ class WatchedItemIntegrationTest extends MediaWikiTestCase { } public function testWatchAndUnWatchItem() { - $user = $this->getUser(); $title = Title::newFromText( 'WatchedItemIntegrationTestPage' ); // Cleanup after previous tests