Skip to content

Commit

Permalink
Fixed name(space) of \Yii2Oauth2ServerTests\unit\components\server\re…
Browse files Browse the repository at this point in the history
…sponses\Oauth2BearerTokenResponseTest
  • Loading branch information
rhertogh committed May 4, 2024
1 parent 305862a commit fff2882
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Yii2Oauth2ServerTests\unit\components\openidconnect\server\responses;
namespace Yii2Oauth2ServerTests\unit\components\server\responses;

use rhertogh\Yii2Oauth2Server\components\server\responses\Oauth2BearerTokenResponse;
use rhertogh\Yii2Oauth2Server\Oauth2Module;
Expand All @@ -9,7 +9,7 @@
/**
* @covers \rhertogh\Yii2Oauth2Server\components\server\responses\Oauth2BearerTokenResponse
*/
class Oauth2OidcBearerTokenResponseTest extends DatabaseTestCase
class Oauth2BearerTokenResponseTest extends DatabaseTestCase
{
public function testGetModule()
{
Expand Down

0 comments on commit fff2882

Please sign in to comment.