Fixed test @covers annotations
This commit is contained in:
@ -7,7 +7,8 @@ class JWTUtilTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
* @covers
|
||||
* @covers \NoccyLabs\SimpleJWT\JWTUtil::encode
|
||||
* @covers \NoccyLabs\SimpleJWT\JWTUtil::decode
|
||||
*/
|
||||
public function testTheEncodingShouldBeSymmetric()
|
||||
{
|
||||
|
Reference in New Issue
Block a user