diff options
author | Timo Tijhof <krinkle@fastmail.com> | 2025-03-24 16:41:43 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2025-03-24 23:41:43 +0000 |
commit | 15b5e46673b89df802c571a39a75cdc7bb19e16d (patch) | |
tree | 20907e2d36955b23fe828806293db5ec1a2b808f /extensions/Math | |
parent | 9078084cc7a403edc2efbe13259fd9e1f5d7bed5 (diff) | |
download | mediawikicore-15b5e46673b89df802c571a39a75cdc7bb19e16d.tar.gz mediawikicore-15b5e46673b89df802c571a39a75cdc7bb19e16d.zip |
Update git submodules
* Update extensions/Math from branch 'REL1_43'
to 15bb2dd72f9b6bfddfbeeb396dd995d8f6fa75b9
- tests: Remove redundant WANObjectCache override
Since 2020 with change Ia60cb0bc18b23, the main cache is enabled
with a hash bag by default (and reset between each test), so this
override is identical to the default. Since WANObjectCache is a
wrapper around the main cache, simplify the cases where an override
is needed, to use the setMainCache() helper instead.
Remove double checking of the fake itself. This is well-tested within
core already.
Change-Id: Ie63e972c90c9c4187c9ca349a47784ce4136b44c
(cherry picked from commit f92f8b0702a6367bea32dabb65727ecfca3ba676)
Diffstat (limited to 'extensions/Math')
m--------- | extensions/Math | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/extensions/Math b/extensions/Math -Subproject 97840f5163427a0dc2847474b7add88b80c671b +Subproject 15bb2dd72f9b6bfddfbeeb396dd995d8f6fa75b |