Fixed test @covers annotations
This commit is contained in:
@ -6,7 +6,7 @@ namespace NoccyLabs\SimpleJWT\Key;
|
||||
class JWTPlaintextKeyTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @covers
|
||||
* @covers \NoccyLabs\SimpleJWT\Key\JWTPlaintextKey
|
||||
*/
|
||||
public function testThePlaintextKeyShouldBeReturned()
|
||||
{
|
||||
|
Reference in New Issue
Block a user