wiki.techinc.nl/tests/phpunit/unit/includes/parser
Thiemo Kreuz da880b7cfa Prefer assertSame() in SanitizerUnitTest
This test compares strings. I find it critical to know this test will
start failing if, for example, a method that is expected to return the
string "" starts returning null. assertEquals() will not report this
and quite a bunch of other edge-cases.

Change-Id: I9a3f19f91b95aa384ca612f9a58c7af685306d57
2019-11-23 22:22:36 +01:00
..
SanitizerUnitTest.php Prefer assertSame() in SanitizerUnitTest 2019-11-23 22:22:36 +01:00
TidyTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00