diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2018-06-05 01:56:54 +0100 |
---|---|---|
committer | Timo Tijhof <krinklemail@gmail.com> | 2018-06-05 02:02:06 +0100 |
commit | 96d25f6bcc0d6f8c67ff96fe72a2a64a8b8412cc (patch) | |
tree | 397dfa13eab59e752a4eb8d1cff85e50c72eccfa /tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php | |
parent | 1865739bb5e7c664cddf6de97d48c2bc82f22256 (diff) | |
download | mediawikicore-96d25f6bcc0d6f8c67ff96fe72a2a64a8b8412cc.tar.gz mediawikicore-96d25f6bcc0d6f8c67ff96fe72a2a64a8b8412cc.zip |
resourceloader: Remove support for Module::getModifiedTime() and getModifiedHash()
Deprecated since 1.26. No subclasses in Wikimedia Git define these methods,
no calls to methods by this name in Wikimedia Git.
If a module subclass were to still define such a method, it is simply
not called anymore. The version hash system introduced in 1.26 will
still invalidate modules based on wgCacheEpoch.
Bug: T94074
Change-Id: I65b2a625a30f22c8a9d14a3505605546fa5bab83
Diffstat (limited to 'tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php')
-rw-r--r-- | tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php b/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php index c917882a5096..0ea4e2bd63f6 100644 --- a/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php +++ b/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php @@ -4,8 +4,6 @@ class ResourceLoaderModuleTest extends ResourceLoaderTestCase { /** * @covers ResourceLoaderModule::getVersionHash - * @covers ResourceLoaderModule::getModifiedTime - * @covers ResourceLoaderModule::getModifiedHash */ public function testGetVersionHash() { $context = $this->getResourceLoaderContext(); |