mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Fix codestyle
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
namespace api\tests\unit\modules\oauth\models;
|
||||
|
||||
use api\modules\oauth\models\ApplicationType;
|
||||
use common\models\OauthClient;
|
||||
use api\tests\unit\TestCase;
|
||||
use common\models\OauthClient;
|
||||
|
||||
class ApplicationTypeTest extends TestCase {
|
||||
|
||||
|
@@ -2,8 +2,8 @@
|
||||
namespace api\tests\unit\modules\oauth\models;
|
||||
|
||||
use api\modules\oauth\models\BaseOauthClientType;
|
||||
use common\models\OauthClient;
|
||||
use api\tests\unit\TestCase;
|
||||
use common\models\OauthClient;
|
||||
|
||||
class BaseOauthClientTypeTest extends TestCase {
|
||||
|
||||
|
@@ -2,8 +2,8 @@
|
||||
namespace api\tests\unit\modules\oauth\models;
|
||||
|
||||
use api\modules\oauth\models\MinecraftServerType;
|
||||
use common\models\OauthClient;
|
||||
use api\tests\unit\TestCase;
|
||||
use common\models\OauthClient;
|
||||
|
||||
class MinecraftServerTypeTest extends TestCase {
|
||||
|
||||
|
@@ -4,8 +4,8 @@ namespace api\tests\unit\modules\oauth\models;
|
||||
use api\modules\oauth\models\ApplicationType;
|
||||
use api\modules\oauth\models\MinecraftServerType;
|
||||
use api\modules\oauth\models\OauthClientFormFactory;
|
||||
use common\models\OauthClient;
|
||||
use api\tests\unit\TestCase;
|
||||
use common\models\OauthClient;
|
||||
|
||||
class OauthClientFormFactoryTest extends TestCase {
|
||||
|
||||
|
@@ -3,9 +3,9 @@ namespace api\tests\unit\modules\oauth\models;
|
||||
|
||||
use api\modules\oauth\models\OauthClientForm;
|
||||
use api\modules\oauth\models\OauthClientTypeForm;
|
||||
use api\tests\unit\TestCase;
|
||||
use common\models\OauthClient;
|
||||
use common\tasks\ClearOauthSessions;
|
||||
use api\tests\unit\TestCase;
|
||||
|
||||
class OauthClientFormTest extends TestCase {
|
||||
|
||||
|
Reference in New Issue
Block a user