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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Deprecate last couple of legacy format related tests
  • Loading branch information
Firehed committed Oct 27, 2021
commit dd24ca339df34d71998db70e9b4f5ab5d6be57e4
6 changes: 6 additions & 0 deletions tests/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,9 @@ public function testValidateLoginThrowsIfRequestIsSignedWithWrongKey(): void

// -( Alternate formats (see #14) )----------------------------------------

/**
* @deprecated
*/
public function testRegistrationWithoutCidPubkeyBug14Case1(): void
{
$registerRequest = new RegisterRequest();
Expand Down Expand Up @@ -636,6 +639,9 @@ public function testRegistrationWithoutCidPubkeyBug14Case1(): void
$this->assertInstanceOf(Registration::class, $registration);
}

/**
* @deprecated
*/
public function testRegistrationWithoutCidPubkeyBug14Case2(): void
{
$registerRequest = new RegisterRequest();
Expand Down