aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/page/PageArchiveTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/page/PageArchiveTest.php')
-rw-r--r--tests/phpunit/includes/page/PageArchiveTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit/includes/page/PageArchiveTest.php b/tests/phpunit/includes/page/PageArchiveTest.php
index 5a1b9939748a..ae8e3ce0d03c 100644
--- a/tests/phpunit/includes/page/PageArchiveTest.php
+++ b/tests/phpunit/includes/page/PageArchiveTest.php
@@ -91,6 +91,8 @@ class PageArchiveTest extends MediaWikiIntegrationTestCase {
* @covers \PageArchive::undeleteAsUser
*/
public function testUndeleteRevisions() {
+ $this->hideDeprecated( 'PageArchive::undeleteAsUser' );
+
// TODO: MCR: Test undeletion with multiple slots. Check that slots remain untouched.
$revisionStore = $this->getServiceContainer()->getRevisionStore();