Skip to content

Commit ee3015b

Browse files
committed
removed @Covers ::__construct as that is marked invalid by phpunit 8/8.1
1 parent 6d98904 commit ee3015b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/unit/Utils/DPOPTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* @coversDefaultClass \Pdsinterop\Solid\Auth\Utils\DPop
10-
* @covers ::__construct
1110
* @covers ::<!public>
1211
* @uses \Pdsinterop\Solid\Auth\Utils\Base64Url
1312
*/
@@ -17,7 +16,7 @@ class DPOPTest extends TestCase
1716
private $dpop;
1817
private $url;
1918
private $serverRequest;
20-
19+
2120
protected function sign($dpop, $privateKey=null)
2221
{
2322
$keyPath = __DIR__ . '/../../fixtures/keys';

0 commit comments

Comments
 (0)