X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Ffilebackend%2FSwiftFileBackendTest.php;h=9cd2b100cd989b3701590f7b8b989bd54d9a716d;hb=9b83841b9b44457b498770b847ac72f53031c34d;hp=95ffb7057b35500c81832ba60dc27b3cb2752898;hpb=fc1ca75323b5f424a9f8d28d42d85a311ed2f721;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php b/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php index 95ffb7057b..9cd2b100cd 100644 --- a/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php +++ b/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php @@ -1,9 +1,16 @@ backend->sanitizeHdrs( [ 'headers' => $raw ] ); @@ -92,7 +97,6 @@ class SwiftFileBackendTest extends MediaWikiTestCase { /** * @dataProvider provider_testGetMetadataHeaders - * @covers SwiftFileBackend::getMetadataHeaders */ public function testGetMetadataHeaders( $raw, $sanitized ) { $hdrs = $this->backend->getMetadataHeaders( $raw ); @@ -120,7 +124,6 @@ class SwiftFileBackendTest extends MediaWikiTestCase { /** * @dataProvider provider_testGetMetadata - * @covers SwiftFileBackend::getMetadata */ public function testGetMetadata( $raw, $sanitized ) { $hdrs = $this->backend->getMetadata( $raw );