mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Fix codestyle
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
namespace common\tests\unit\validators;
|
||||
|
||||
use common\validators\EmailValidator;
|
||||
use common\tests\fixtures\AccountFixture;
|
||||
use common\tests\helpers\Mock;
|
||||
use common\tests\unit\TestCase;
|
||||
use common\validators\EmailValidator;
|
||||
use yii\base\Model;
|
||||
use yii\validators\EmailValidator as YiiEmailValidator;
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace common\tests\unit\validators;
|
||||
|
||||
use common\validators\LanguageValidator;
|
||||
use common\tests\unit\TestCase;
|
||||
use common\validators\LanguageValidator;
|
||||
|
||||
/**
|
||||
* @covers \common\validators\LanguageValidator
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
namespace common\tests\unit\validators;
|
||||
|
||||
use common\validators\MinecraftServerAddressValidator;
|
||||
use common\tests\unit\TestCase;
|
||||
use common\validators\MinecraftServerAddressValidator;
|
||||
|
||||
class MinecraftServerAddressValidatorTest extends TestCase {
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
namespace common\tests\unit\validators;
|
||||
|
||||
use common\validators\UsernameValidator;
|
||||
use common\tests\fixtures\AccountFixture;
|
||||
use common\tests\unit\TestCase;
|
||||
use common\validators\UsernameValidator;
|
||||
use yii\base\Model;
|
||||
|
||||
class UsernameValidatorTest extends TestCase {
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
namespace common\tests\unit\validators;
|
||||
|
||||
use Codeception\Specify;
|
||||
use common\tests\unit\TestCase;
|
||||
use common\validators\UuidValidator;
|
||||
use Faker\Provider\Uuid;
|
||||
use common\tests\unit\TestCase;
|
||||
use yii\base\Model;
|
||||
|
||||
class UuidValidatorTest extends TestCase {
|
||||
|
||||
Reference in New Issue
Block a user