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

Finish deprecation of all U2F-specific classes #36

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add other deprecation markers
  • Loading branch information
Firehed committed Oct 27, 2021
commit d6cecfda0f0344e46df50833fee2b2e025f99419
6 changes: 6 additions & 0 deletions tests/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ public function testSetRegistrationsReturnsSelf(): void
);
}

/**
* @deprecated
*/
public function testSetRegistrationsEnforcesTypeCheck(): void
{
$wrong = true;
Expand All @@ -181,6 +184,9 @@ public function testSetSignRequestsReturnsSelf(): void
);
}

/**
* @deprecated
*/
public function testSetSignRequestsEnforcesTypeCheck(): void
{
$wrong = true;
Expand Down