wiki.techinc.nl/tests/phpunit/includes/libs/objectcache
Timo Tijhof 28c470adc7 objectcache: Stricter assertions for WANObjectCache tests
Use the stricter comparisons from assertSame instead of
assertEquals.

In some cases this revealed a test that was asserting a value
different from the one actually returned:

* testSetAndGet:
  The test failed with the test case (null, 3), where it tries
  to store the value `null`, but gets back `false`, which is wrong.
  This appears to be a genuine bug, filed as T234583.

Change-Id: Ic3dcc7fa2e8749b0f2d68917a8ac728dda26b6ca
2019-10-06 02:10:24 +00:00
..
BagOStuffTest.php objectcache: improve BagOStuff arithmetic method signatures 2019-08-24 12:50:37 -07:00
CachedBagOStuffTest.php tests: Replace PHPUnit's loose assertEquals(false) with assertFalse() 2019-10-04 00:30:36 +00:00
HashBagOStuffTest.php tests: Replace PHPUnit's loose assertEquals(false) with assertFalse() 2019-10-04 00:30:36 +00:00
MultiWriteBagOStuffTest.php HHVM removal: Kill HHVM_VERSION checks in PHPUnit tests 2019-10-03 15:35:21 +00:00
WANObjectCacheTest.php objectcache: Stricter assertions for WANObjectCache tests 2019-10-06 02:10:24 +00:00