Skip to content

Commit

Permalink
Apply patch from styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr-Moik authored and Gummibeer committed Apr 17, 2024
1 parent 9ce54f5 commit 3520182
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/EloquentOverrideTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Tests;

use PHPUnit\Framework\Attributes\Test;
use Tests\Eloquent\Vegetable;
use PHPUnit\Framework\Attributes\Test;

final class EloquentOverrideTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/LocalesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Tests;

use PHPUnit\Framework\Attributes\Test;
use Astrotomic\Translatable\Exception\LocalesNotDefinedException;
use Astrotomic\Translatable\Locales;
use PHPUnit\Framework\Attributes\Test;

final class LocalesTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ScopesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Tests;

use PHPUnit\Framework\Attributes\Test;
use Tests\Eloquent\Country;
use Tests\Eloquent\Vegetable;
use PHPUnit\Framework\Attributes\Test;

final class ScopesTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TranslatableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Tests;

use PHPUnit\Framework\Attributes\Test;
use Astrotomic\Translatable\Locales;
use Tests\Eloquent\Country;
use Tests\Eloquent\CountryStrict;
Expand All @@ -14,6 +13,7 @@
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\DB;
use PHPUnit\Framework\Attributes\Test;

final class TranslatableTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Tests;

use PHPUnit\Framework\Attributes\Test;
use Astrotomic\Translatable\Locales;
use Astrotomic\Translatable\Validation\RuleFactory;
use Illuminate\Validation\Rule;
use Illuminate\Validation\Rules\RequiredIf;
use InvalidArgumentException;
use PHPUnit\Framework\Attributes\Test;

final class ValidationTest extends TestCase
{
Expand Down

0 comments on commit 3520182

Please sign in to comment.