wiki.techinc.nl/tests/phpunit/includes/Storage
Timo Tijhof 01095f8075 Storage: SqlBlobStore no longer needs Lanugage object
Constructing a Language object in order to initialize the
BlobStoreFactory service causes a circular dependency
(see T231866).

SqlBlobStore was using the Language object to all iconv.
But nothing language specific is done in Language::iconv,
so we can just inline the call.

Bug: T231866
Change-Id: I90c25decbcff10ea762a2c7474a12fd2041b3abc
2019-10-02 09:26:34 -07: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 Storage: SqlBlobStore no longer needs Lanugage object 2019-10-02 09:26:34 -07:00