wiki.techinc.nl/tests/phpunit/includes/filebackend
Thiemo Kreuz e4272518f7 tests: Replace PHPUnit's loose assertEquals(false) with assertFalse()
assertEquals( false, … ) still succeeds when the actual value is 0, null,
an empty string, even an empty array. All these should be reported as a
failure, I would argue.

Note this patch previously also touched assertSame( false ). I reverted
these. The only benefit would have been consistency within this codebase,
but there is no strict reason to prefer one over the other. assertFalse()
and assertSame( false ) are functionally identical.

Change-Id: Ic5f1c7d504e7249002d3184520012e03313137b4
2019-10-04 00:30:36 +00:00
..
filejournal FileJournal tests 2019-09-03 10:12:41 +00:00
lockmanager LockManagerGroup tweaks 2019-08-28 10:49:37 +03:00
FileBackendGroupIntegrationTest.php Fix FileBackendGroup test for some configurations 2019-08-29 16:32:40 +03:00
FileBackendTest.php tests: Replace PHPUnit's loose assertEquals(false) with assertFalse() 2019-10-04 00:30:36 +00:00
HTTPFileStreamerTest.php Add helper for HTTPFileStreamer header syntax 2019-07-11 23:23:59 +00:00
SwiftFileBackendTest.php filebackend: rename and simplify header sanitizing methods in SwiftFileBackend 2019-09-08 12:42:25 -07:00