Fixed test @covers annotations
This commit is contained in:
@ -8,7 +8,10 @@ class JWTTokenTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
* @covers
|
||||
* @covers NoccyLabs\SimpleJWT\JWTToken
|
||||
* @covers NoccyLabs\SimpleJWT\Key\JWTPlaintextKey
|
||||
* @covers NoccyLabs\SimpleJWT\Collection\PropertyBag
|
||||
* @covers NoccyLabs\SimpleJWT\JWTUtil
|
||||
*/
|
||||
public function testGeneratingTokens()
|
||||
{
|
||||
@ -24,7 +27,10 @@ class JWTTokenTest extends \PHPUnit\Framework\TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers
|
||||
* @covers NoccyLabs\SimpleJWT\JWTToken
|
||||
* @covers NoccyLabs\SimpleJWT\Key\JWTPlaintextKey
|
||||
* @covers NoccyLabs\SimpleJWT\Collection\PropertyBag
|
||||
* @covers NoccyLabs\SimpleJWT\JWTUtil
|
||||
*/
|
||||
public function testParsingTokens()
|
||||
{
|
||||
|
Reference in New Issue
Block a user