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

Commit

Permalink
Mark tests for deprecated classes as also deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Oct 27, 2021
1 parent 8f362f8 commit 59bf4ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/RegisterRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

/**
* @covers Firehed\U2F\RegisterRequest
* @deprecated
*/
class RegisterRequestTest extends \PHPUnit\Framework\TestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/RegisterResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

/**
* @covers Firehed\U2F\RegisterResponse
* @deprecated
*/
class RegisterResponseTest extends \PHPUnit\Framework\TestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/SignRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

/**
* @covers Firehed\U2F\SignRequest
* @deprecated
*/
class SignRequestTest extends \PHPUnit\Framework\TestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/SignResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

/**
* @covers Firehed\U2F\SignResponse
* @deprecated
*/
class SignResponseTest extends \PHPUnit\Framework\TestCase
{
Expand Down

0 comments on commit 59bf4ef

Please sign in to comment.