aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/Storage/SqlBlobStoreTest.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-1/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* tests: Avoid deprecated Status / StatusValue methodsBartosz Dziewoński2024-06-151-46/+15
* SqlBlobStore: Directly store ES addresses in content tableAmir Sarabadani2024-04-301-0/+66
* Replace a few manually crafted assertTrue assertionsthiemowmde2023-11-231-4/+4
* Autofix spacing around commasDaimona Eaytoy2023-10-251-1/+1
* objectcache,resourceloader,rdbms,jobqueue: Widen @covers annotationsTimo Tijhof2023-04-101-65/+1
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-11/+11
* Merge "Protect HistoryBlob storage against malicious class injection"jenkins-bot2022-12-071-7/+12
|\
| * Protect HistoryBlob storage against malicious class injectionTim Starling2022-12-021-7/+12
* | When content is marked bad, show an error, don't pretend it is emptyTim Starling2022-12-051-1/+3
|/
* tests: Replace checkPHPExtension() with @requires annotationsKevin Israel2022-10-231-5/+4
* Replace trivial usa of mock builder with createMock() shortcutThiemo Kreuz2022-07-151-3/+1
* Remove SqlBlobStore::getLegacyEncodingConversionLangMatěj Suchánek2022-06-211-4/+0
* tests: Change use of AtEase to at operatorTimo Tijhof2022-02-241-4/+1
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-3/+2
* Remove passing markTestSkippedIfDbType or add commentUmherirrender2022-01-221-1/+1
* tests: Avoid non-namespaced aliases for Wikimedia\Rdbms namespaceUmherirrender2021-09-181-1/+1
* Replace Assert::parameterType with typehintsTChin2021-08-031-10/+0
* SqlBlobStoreTest: test against tt:10000 instead of tt:1000DannyS7122021-05-101-7/+7
* Remove broken/outdated @param/@throws tags from @dataProvidersThiemo Kreuz2021-01-211-5/+0
* Improve some function documentation in testsUmherirrender2021-01-141-4/+4
* Revision: Point to findBadBlobs.php in exception messagesdaniel2020-08-231-6/+6
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-2/+2
* Remove compat code for pre-MCR schema.daniel2020-03-241-0/+237
* Replace all `new stdClass()` with identical `(object)[]`Thiemo Kreuz2020-03-041-5/+2
* BlobStore: support "known bad" addresses.daniel2020-01-031-2/+49
* More backwards compatible changes for PHPUnitMax Semenik2019-11-121-1/+1
* SqlBlobStore HOT FIX: remove caching from getBlobBatchdaniel2019-10-161-15/+20
* SqlBlobStore: test caching behavior.daniel2019-10-141-15/+68
* Replace setExpectedException with single argDaimona Eaytoy2019-10-051-3/+3
* Storage: SqlBlobStore no longer needs Lanugage objectTimo Tijhof2019-10-021-6/+5
* Introduce BlobStore::getBlobBatch methodPetr Pchelko2019-08-301-0/+105
* Make ExternalStore wrap ExternalStoreFactory and create access classAaron Schulz2019-06-281-0/+1
* No yoda conditionsFomafix2018-11-211-4/+4
* Disable PHPUnit tests that fail under postgresKunal Mehta2018-08-011-0/+2
* Blob can't be falsedaniel2018-06-201-1/+11
* Introduce SqlBlobStore::makeAddressFromTextIddaniel2018-04-191-0/+37
* Extra tests for SqlBlobStore with 'windows-1252' legacy encodingaddshore2018-01-241-0/+35
* SqlBlobStoreTest: Use utf-8 as name in iconvUmherirrender2017-12-151-4/+4
* Fix @covers tags to use absolute class names in Storage testsKunal Mehta2017-12-141-14/+14
* [MCR] Tests for RevisionStore & Related classesaddshore2017-12-141-0/+206