Changeset 52242 for trunk/tests/phpunit/tests/admin/includesFile.php
- Timestamp:
- 11/24/2021 11:58:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesFile.php
r52010 r52242 89 89 * @covers ::download_url 90 90 * 91 * @param $filter 91 * @param $filter A callback containing a fake Content-Disposition header. 92 92 */ 93 93 public function test_download_url_should_respect_filename_from_content_disposition_header( $filter ) { … … 175 175 * @covers ::download_url 176 176 * 177 * @param $filter 177 * @param $filter A callback containing a fake Content-Disposition header. 178 178 */ 179 179 public function test_download_url_should_reject_filename_from_invalid_content_disposition_header( $filter ) {
Note: See TracChangeset
for help on using the changeset viewer.