Add @covers for RemexStripTagHandler
[lhc/web/wiklou.git] / tests / phpunit / includes / exception / BadTitleErrorTest.php
index e6a1812..dcdb1cd 100644 (file)
@@ -16,7 +16,7 @@ class BadTitleErrorTest extends MediaWikiTestCase {
        }
 
        private function getMockWgOut() {
-               $mock = $this->getMockBuilder( 'OutputPage' )
+               $mock = $this->getMockBuilder( OutputPage::class )
                        ->disableOriginalConstructor()
                        ->getMock();
                $mock->expects( $this->once() )