Drop clearCache() from (Configured)ReadOnlyMode
authorAryeh Gregor <ayg@aryeh.name>
Wed, 10 Apr 2019 13:20:28 +0000 (16:20 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Wed, 10 Apr 2019 16:39:34 +0000 (19:39 +0300)
commit9d5e3ad0f5a68b435e539315709866c677562adf
tree85401193bd0a66b839c287ea8f5a8f0b6b13d05f
parentb2ebc4452456a1ce1b228fe10bda5161469b646e
Drop clearCache() from (Configured)ReadOnlyMode

These are services, so tests should just override services to reset
them.

Change-Id: Icb1a041f8fac1ea0b7421e69b7b31b24171d868b
RELEASE-NOTES-1.33
includes/ConfiguredReadOnlyMode.php
includes/ReadOnlyMode.php
tests/phpunit/includes/GlobalFunctions/GlobalTest.php
tests/phpunit/includes/ReadOnlyModeTest.php