Skip to content

Commit

Permalink
Add missing @todo and @Covers tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Allypost committed Dec 5, 2019
1 parent 249795d commit 2b71617
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Tests/Acceptance/DoctrineAccessTokenManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
1 change: 1 addition & 0 deletions Tests/Acceptance/DoctrineClientManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Tests/Acceptance/DoctrineRefreshTokenManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 2b71617

Please sign in to comment.