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 |
||
|---|---|---|
| .. | ||
| BagOStuffTest.php | ||
| CachedBagOStuffTest.php | ||
| HashBagOStuffTest.php | ||
| MultiWriteBagOStuffTest.php | ||
| WANObjectCacheTest.php | ||