diff options
Diffstat (limited to 'tests/phpunit/includes/page/PageArchiveTest.php')
-rw-r--r-- | tests/phpunit/includes/page/PageArchiveTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/page/PageArchiveTest.php b/tests/phpunit/includes/page/PageArchiveTest.php index ae8e3ce0d03c..d78dd852e031 100644 --- a/tests/phpunit/includes/page/PageArchiveTest.php +++ b/tests/phpunit/includes/page/PageArchiveTest.php @@ -1,6 +1,7 @@ <?php use MediaWiki\CommentStore\CommentStoreComment; +use MediaWiki\Content\ContentHandler; use MediaWiki\Content\TextContent; use MediaWiki\Revision\MutableRevisionRecord; use MediaWiki\Revision\RevisionRecord; |