Skip to content

Commit

Permalink
Add covers annotation to OpenDocumentTest
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Mar 25, 2022
1 parent 0b84aac commit 32b8fe1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions phpstan-baseline.neon
Expand Up @@ -9010,11 +9010,6 @@ parameters:
count: 1
path: libraries/classes/Utils/HttpRequest.php

-
message: "#^Parameter \\#2 \\$httpStatus of method PhpMyAdmin\\\\Utils\\\\HttpRequest\\:\\:response\\(\\) expects int, mixed given\\.$#"
count: 1
path: libraries/classes/Utils/HttpRequest.php

-
message: "#^Variable \\$http_response_header in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
Expand Down
1 change: 1 addition & 0 deletions test/classes/OpenDocumentTest.php
Expand Up @@ -14,6 +14,7 @@
use function unlink;

/**
* @covers \PhpMyAdmin\OpenDocument
* @requires extension zip
*/
class OpenDocumentTest extends AbstractTestCase
Expand Down

0 comments on commit 32b8fe1

Please sign in to comment.