aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/Output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/Output')
-rw-r--r--tests/phpunit/includes/Output/OutputPageTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/Output/OutputPageTest.php b/tests/phpunit/includes/Output/OutputPageTest.php
index 1b6b59413436..10f871f21a76 100644
--- a/tests/phpunit/includes/Output/OutputPageTest.php
+++ b/tests/phpunit/includes/Output/OutputPageTest.php
@@ -1614,6 +1614,7 @@ class OutputPageTest extends MediaWikiIntegrationTestCase {
}
public function testRevisionTimestamp() {
+ $this->filterDeprecated( '/OutputPage::setRevisionTimestamp was deprecated/' );
$op = $this->newInstance();
$this->assertNull( $op->getRevisionTimestamp() );