resourceloader: Add @covers for covered deprecated methods
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 17 Apr 2018 00:40:48 +0000 (01:40 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 17 Apr 2018 00:40:48 +0000 (01:40 +0100)
These are deprecated for extensions to implement, but still
supported and already triggered by the test cases. Previously
not mentioned because they were ignored by PHPUnit, but not anymore.

Change-Id: I594788e322bfd83be1e7847d3272d57c549f3e8b

tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php

index 0ea4e2b..c917882 100644 (file)
@@ -4,6 +4,8 @@ class ResourceLoaderModuleTest extends ResourceLoaderTestCase {
 
        /**
         * @covers ResourceLoaderModule::getVersionHash
+        * @covers ResourceLoaderModule::getModifiedTime
+        * @covers ResourceLoaderModule::getModifiedHash
         */
        public function testGetVersionHash() {
                $context = $this->getResourceLoaderContext();