wiki.techinc.nl/tests/phpunit/includes/filebackend
Aryeh Gregor 0fdb213fe5 Fix FileBackendGroup test for some configurations
The expected value of FileBackendGroup::config()['srvCache'] was being
obtained from MediaWikiServices::getLocalServerObjectCache(), but the
class actually used ObjectCache::getLocalServerInstance( 'hash' ). It
happens these are often the same, so it passed the gate-and-submit jobs,
but it's causing failures on Travis CI.

Follow-up to bd2a439502, which added the failing test. Thanks to
Krinkle for pointing out the failures on CI.

Change-Id: I17651766f4ee2752dfcae9574d2538269dec4ebe
2019-08-29 16:32:40 +03:00
..
lockmanager LockManagerGroup tweaks 2019-08-28 10:49:37 +03:00
FileBackendGroupIntegrationTest.php Fix FileBackendGroup test for some configurations 2019-08-29 16:32:40 +03:00
FileBackendTest.php tests: Remove use of wfRandomString() for test fixtures 2019-05-06 17:22:03 +00:00
HTTPFileStreamerTest.php Add helper for HTTPFileStreamer header syntax 2019-07-11 23:23:59 +00:00
SwiftFileBackendTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00