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