We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d98904 commit ee3015bCopy full SHA for ee3015b
1 file changed
tests/unit/Utils/DPOPTest.php
@@ -7,7 +7,6 @@
7
8
/**
9
* @coversDefaultClass \Pdsinterop\Solid\Auth\Utils\DPop
10
- * @covers ::__construct
11
* @covers ::<!public>
12
* @uses \Pdsinterop\Solid\Auth\Utils\Base64Url
13
*/
@@ -17,7 +16,7 @@ class DPOPTest extends TestCase
17
16
private $dpop;
18
private $url;
19
private $serverRequest;
20
-
+
21
protected function sign($dpop, $privateKey=null)
22
{
23
$keyPath = __DIR__ . '/../../fixtures/keys';
0 commit comments