wiki.techinc.nl/tests/phpunit/includes/libs
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
..
filebackend/fsfile phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
objectcache Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
serialization phpunit: Use is_file/is_dir instead of file_exists 2022-01-03 21:47:56 +01:00
GenericArrayObjectTest.php