From 42d537503df2bec832317fdec4f9265c3876104a Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 17 Apr 2018 01:40:48 +0100 Subject: [PATCH] resourceloader: Add @covers for covered deprecated methods 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 --- .../includes/resourceloader/ResourceLoaderModuleTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php b/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php index 0ea4e2bd63..c917882a50 100644 --- a/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php +++ b/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php @@ -4,6 +4,8 @@ class ResourceLoaderModuleTest extends ResourceLoaderTestCase { /** * @covers ResourceLoaderModule::getVersionHash + * @covers ResourceLoaderModule::getModifiedTime + * @covers ResourceLoaderModule::getModifiedHash */ public function testGetVersionHash() { $context = $this->getResourceLoaderContext(); -- 2.20.1