This commit is contained in:
2024-05-30 14:04:46 +03:00
parent b6d879e794
commit 27252c9c48
5 changed files with 13 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
<?php
namespace J4k\OAuth2\Client\Test\Provider;
namespace 1Sept\OAuth2\Client\Test\Provider;
use GuzzleHttp\Psr7\Response;
use J4k\OAuth2\Client\Provider\Vkontakte as Provider;
use 1Sept\OAuth2\Client\Provider\Vkontakte as Provider;
use League\OAuth2\Client\Provider\Exception\IdentityProviderException;
use League\OAuth2\Client\Token\AccessToken;
use Mockery as m;