From: Reedy Date: Sun, 15 Oct 2017 17:36:53 +0000 (+0100) Subject: Fix covers __constructor -> __construct X-Git-Tag: 1.31.0-rc.0~1770 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=8f1f120147ef4828e009d2c6b74033e7fa056f2f Fix covers __constructor -> __construct Change-Id: I264154c7707def3986560901f3501756853fff11 --- diff --git a/tests/phpunit/includes/skins/SkinFactoryTest.php b/tests/phpunit/includes/skins/SkinFactoryTest.php index a8b9fd1ba0..0944ea2c0c 100644 --- a/tests/phpunit/includes/skins/SkinFactoryTest.php +++ b/tests/phpunit/includes/skins/SkinFactoryTest.php @@ -52,7 +52,7 @@ class SkinFactoryTest extends MediaWikiTestCase { } /** - * @covers Skin::__constructor + * @covers Skin::__construct * @covers Skin::getSkinName */ public function testGetSkinName() {