Fix covers __constructor -> __construct
authorReedy <reedy@wikimedia.org>
Sun, 15 Oct 2017 17:36:53 +0000 (18:36 +0100)
committerReedy <reedy@wikimedia.org>
Sun, 15 Oct 2017 17:36:53 +0000 (18:36 +0100)
Change-Id: I264154c7707def3986560901f3501756853fff11

tests/phpunit/includes/skins/SkinFactoryTest.php

index a8b9fd1..0944ea2 100644 (file)
@@ -52,7 +52,7 @@ class SkinFactoryTest extends MediaWikiTestCase {
        }
 
        /**
-        * @covers Skin::__constructor
+        * @covers Skin::__construct
         * @covers Skin::getSkinName
         */
        public function testGetSkinName() {