wiki.techinc.nl/tests/phpunit/includes/filerepo
Thiemo Kreuz e06ce9f467 tests: Prefer PHPUnit's assertSame() when comparing empty strings
assertSame() is guaranteed to never do any magic type conversion.
This can be critical when accidentially comparing empty strings (a
value PHP considers to be "falsy") to false, 0, 0.0, null, and such.

Change-Id: I2e2685c5992cae252f629a68ffe1a049f2e5ed1b
2019-09-20 15:27:58 +00:00
..
file tests: Prefer PHPUnit's assertSame() when comparing empty strings 2019-09-20 15:27:58 +00:00
FileBackendDBRepoWrapperTest.php phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
FileRepoTest.php
LocalRepoTest.php LocalRepo: Remove leading 0 from 32-byte SHA1 keys 2019-09-03 16:04:14 +02:00
MigrateFileRepoLayoutTest.php
RepoGroupTest.php Remove unneeded overrideMwServices/resetServices 2019-08-29 14:26:18 +03:00
StoreBatchTest.php