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

Commit

Permalink
Deprecate last couple of legacy format related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Oct 27, 2021
1 parent 80874ad commit dd24ca3
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit dd24ca3

Please sign in to comment.