aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Use namespaced classesUmherirrender2024-10-211-3/+3
* Add namespace to remaining parts of Wikimedia\FileBackendJames D. Forrester2024-10-031-1/+3
* Add namespace and deprecation alias to FileBackendEbrahim Byagowi2024-05-191-0/+1
* filebackend: Retry Swift requests with new auth token on 401Tim Starling2024-03-151-1/+78
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-4/+4
* objectcache,resourceloader,rdbms,jobqueue: Widen @covers annotationsTimo Tijhof2023-04-101-3/+0
* Clean up tests that misused the parameters of assertSame/EqualsFunc2022-02-081-3/+3
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Hard deprecate LockManagerGroup::singleton() and ::destroySingletons()ZabeMath2021-05-031-1/+2
* Allow x-delete-at and x-delete-after expiry headerskalle2021-04-261-0/+30
* filebackend: Fix index error in SwiftFileBackendThiemo Kreuz2020-07-281-0/+4
* Reduce nesting by turning big if-else into guard clausesThiemo Kreuz2020-07-241-1/+1
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* filebackend: rename and simplify header sanitizing methods in SwiftFileBackendAaron Schulz2019-09-081-76/+17
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+216
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-216/+0
* Use ::class to resolve class names in testsUmherirrender2018-01-261-1/+1
* Do not strip Content-Type header for POST requests to swiftCormac Parle2017-11-281-0/+65
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-0/+2
* Fix @covers for FileBackendTim Starling2017-02-271-4/+5
* Add missing namespace to @covers commentsTimo Tijhof2016-02-231-4/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-39/+39
* Remove excess newlines at the end of filesRicordisamoa2015-09-271-1/+0
* Fixed spacingumherirrender2015-09-261-1/+1
* Re-enable Generic.Files.EndFileNewline.NotFoundReedy2015-09-261-1/+2
* Cleaned up and split up Swift header parsing methods a bitAaron Schulz2015-08-051-3/+60
* Added sanitizeHdrs() tests for SwiftAaron Schulz2015-07-291-0/+91