Skip to content

Commit

Permalink
QA: Add @test references to API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jan 1, 2024
1 parent 6cab32f commit 4bc9cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/php/web/auth/oauth/OAuth1Flow.class.php
Expand Up @@ -5,6 +5,7 @@
use peer\http\HttpConnection;
use util\URI;

/** @test web.auth.unittest.OAuth1FlowTest */
class OAuth1Flow extends OAuthFlow {
const SESSION_KEY= 'oauth1::flow';

Expand Down
1 change: 1 addition & 0 deletions src/main/php/web/auth/oauth/OAuth2Flow.class.php
Expand Up @@ -6,6 +6,7 @@
use util\{Random, Secret, URI};
use web\session\Sessions;

/** @test web.auth.unittest.OAuth2FlowTest */
class OAuth2Flow extends OAuthFlow {
const SESSION_KEY= 'oauth2::flow';

Expand Down

0 comments on commit 4bc9cb7

Please sign in to comment.