diff --git a/Tests/Acceptance/DoctrineAccessTokenManagerTest.php b/Tests/Acceptance/DoctrineAccessTokenManagerTest.php index 5b5f97d3..1661fb0c 100644 --- a/Tests/Acceptance/DoctrineAccessTokenManagerTest.php +++ b/Tests/Acceptance/DoctrineAccessTokenManagerTest.php @@ -11,7 +11,8 @@ use Trikoder\Bundle\OAuth2Bundle\Model\RefreshToken; /** - * @TODO This should be in the Integration tests folder but the current tests infrastructure would need improvements first. + * @TODO This should be in the Integration tests folder but the current tests infrastructure would need improvements first. + * @covers \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AccessTokenManager */ final class DoctrineAccessTokenManagerTest extends AbstractAcceptanceTest { diff --git a/Tests/Acceptance/DoctrineClientManagerTest.php b/Tests/Acceptance/DoctrineClientManagerTest.php index d8d471a2..f0b17fe2 100644 --- a/Tests/Acceptance/DoctrineClientManagerTest.php +++ b/Tests/Acceptance/DoctrineClientManagerTest.php @@ -12,6 +12,7 @@ use Trikoder\Bundle\OAuth2Bundle\Model\RefreshToken; /** + * @TODO This should be in the Integration tests folder but the current tests infrastructure would need improvements first. * @covers \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\ClientManager */ final class DoctrineClientManagerTest extends AbstractAcceptanceTest diff --git a/Tests/Acceptance/DoctrineRefreshTokenManagerTest.php b/Tests/Acceptance/DoctrineRefreshTokenManagerTest.php index 3d5f734d..54014090 100644 --- a/Tests/Acceptance/DoctrineRefreshTokenManagerTest.php +++ b/Tests/Acceptance/DoctrineRefreshTokenManagerTest.php @@ -11,7 +11,8 @@ use Trikoder\Bundle\OAuth2Bundle\Model\RefreshToken; /** - * @TODO This should be in the Integration tests folder but the current tests infrastructure would need improvements first. + * @TODO This should be in the Integration tests folder but the current tests infrastructure would need improvements first. + * @covers \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\RefreshTokenManager */ final class DoctrineRefreshTokenManagerTest extends AbstractAcceptanceTest {