Fixed test @covers annotations

This commit is contained in:
2023-04-10 00:04:43 +02:00
parent e30ded1e66
commit 5c422226fd
5 changed files with 42 additions and 11 deletions

View File

@ -6,7 +6,7 @@ namespace NoccyLabs\SimpleJWT\Key;
class JWTPlaintextKeyTest extends \PHPUnit\Framework\TestCase
{
/**
* @covers
* @covers \NoccyLabs\SimpleJWT\Key\JWTPlaintextKey
*/
public function testThePlaintextKeyShouldBeReturned()
{