Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Deprecate tests for old APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Oct 27, 2021
1 parent 59bf4ef commit 1507f2b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ public function testDisableCAVerificationReturnsSelf(): void
);
}

/**
* @deprecated
*/
public function testGenerateRegisterRequest(): void
{
$req = $this->server->generateRegisterRequest();
Expand All @@ -76,6 +79,9 @@ public function testGenerateRegisterRequest(): void
);
}

/**
* @deprecated
*/
public function testGenerateSignRequest(): void
{
$kh = \random_bytes(16);
Expand Down Expand Up @@ -104,6 +110,9 @@ public function testGenerateSignRequest(): void
);
}

/**
* @deprecated
*/
public function testGenerateSignRequests(): void
{
$registrations = [
Expand Down

0 comments on commit 1507f2b

Please sign in to comment.