wiki.techinc.nl/tests/phpunit/includes/Storage
Thiemo Kreuz 32a429e8c4 tests: Prefer assertSame() when comparing the integer 0
assertSame() is guaranteed to not do any type conversion. This can be
critical when acciden tially comparing, for example, 0 to 0.0.

Change-Id: Iffcc9bda69573623ba14af655dcd697d0fcce525
2019-09-19 15:35:23 +00:00
..
BlobStoreFactoryTest.php storage: rename various $wikiId fields/parameters to $dbDomain 2019-06-28 00:57:04 +00:00
DerivedPageDataUpdaterTest.php tests: Prefer assertSame() when comparing the integer 0 2019-09-19 15:35:23 +00:00
NameTableStoreFactoryTest.php rdbms: Database::selectDB() update the domain and handle failure better 2018-10-10 12:03:30 -07:00
NameTableStoreTest.php Make NameTableStore use LoadBalancer::getConnectionRef() 2019-08-25 01:24:16 +00:00
PageUpdaterTest.php Fix @param tags 2019-02-03 16:49:10 +01:00
RevisionSlotsUpdateTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
SqlBlobStoreTest.php Introduce BlobStore::getBlobBatch method 2019-08-30 09:40:49 +00:00