Improve @covers tags for ComposerJson and ComposerLock tests
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 26 Aug 2016 01:28:22 +0000 (18:28 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Sun, 2 Oct 2016 09:22:10 +0000 (02:22 -0700)
Indicate that the constructors are also covered in the tests.

Change-Id: Ic87603c76e8affc31f497962375c39fb2726e604

tests/phpunit/includes/libs/composer/ComposerJsonTest.php
tests/phpunit/includes/libs/composer/ComposerLockTest.php

index 2072752..3cde3e2 100644 (file)
@@ -28,6 +28,7 @@ class ComposerJsonTest extends MediaWikiTestCase {
        }
 
        /**
+        * @covers ComposerJson::__construct
         * @covers ComposerJson::getRequiredDependencies
         */
        public function testGetRequiredDependencies() {
index 75eb62c..3d5e8d3 100644 (file)
@@ -19,6 +19,7 @@ class ComposerLockTest extends MediaWikiTestCase {
        }
 
        /**
+        * @covers ComposerLock::__construct
         * @covers ComposerLock::getInstalledDependencies
         */
        public function testGetInstalledDependencies() {