wiki.techinc.nl/tests/phpunit/includes/libs/objectcache
Tim Starling e582572622 Improve ObjectCache integration tests
* Add BagOStuffTest subclasses for all core BagOStuff subclasses,
  replacing PHPUNIT_USE_BAGOSTUFF, as suggested in a todo comment.
* Add config $wgEnableRemoteBagOStuffTests which causes all tests
  enabled by $wgObjectCache to execute, which means that the memcached
  tests are executed by default.

I have verified all except RESTBagOStuff and WinCacheBagOStuff. The
memcached tests fail against memcached 1.5.x but pass against memcached
1.6.x.

Bug: T90875
Change-Id: Id74b5226669f8cb857f859fbc35bc58ab001e873
2022-02-11 10:20:33 +11:00
..
APCUBagOStuffTest.php objectcache: Split out BagOStuffTestBase class for easier subclassing 2020-06-13 20:15:23 +00:00
BagOStuffTestBase.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
HashBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
MemcachedPeclBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
MemcachedPhpBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
MultiWriteBagOStuffTest.php objectcache: add watchErrors() to BagOStuff/WANObjectCache 2021-11-10 00:38:27 +00:00
RedisBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
RESTBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
WinCacheBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00