aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filebackend/HTTPFileStreamerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* More misc test cleanupDannyS7122020-12-241-36/+0
| | | | | | | | | * parent::setUp() should be first, and ::tearDown() should be last * Move tests that directly extend PHPUnit\Framework\TestCase to /unit Change-Id: I1172855c58f4f52a8f624e6d596ec43beb8c93ff
* Add helper for HTTPFileStreamer header syntaxGergő Tisza2019-07-111-0/+36
Adds a helper function for transforming an intuitive header array to the peculiar syntax expected by HTTPFileStreamer and the related FileRepo/FileBackend streaming methods. Change-Id: Idac9281b0f1b3c93f4ec1d1c3f336db110e5d260