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

@ -7,7 +7,8 @@ class JWTUtilTest extends \PHPUnit\Framework\TestCase
{
/**
* @covers
* @covers \NoccyLabs\SimpleJWT\JWTUtil::encode
* @covers \NoccyLabs\SimpleJWT\JWTUtil::decode
*/
public function testTheEncodingShouldBeSymmetric()
{