mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 00:05:29 +00:00
bc3dabf828
assertEquals() does not compare the type. It can not only be a float, it can even be a string. E.g. 9 and '9' are considered equal. Worst case scenarios are: * 0 is considered equal to any "falsy" value, including the empty string. * 1 is considered equal to true. assertSame() does not have any of these confusing edge-cases. Change-Id: Ib6af0fefbbd8856adcf27844bb8ddd8e33ed3f9d |
||
---|---|---|
.. | ||
gateway | ||
iterator | ||
mapper | ||
model | ||
BundlerTest.php | ||
DiffParserTest.php |