Skip to content

Commit

Permalink
fix namespaces in test class
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoda-dev authored and muhammadmp97 committed Mar 25, 2024
1 parent 1b053de commit 9cb1921
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/Feature/CountriesControllerTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Feature\User;
namespace Tests\Feature;

use App\Models\Country;
use Illuminate\Foundation\Testing\RefreshDatabase;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Commands/CloseAbandonedChallengesTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Unit;
namespace Tests\Unit\Commands;

use App\Enums\ChallengeStatus;
use App\Models\Challenge;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Commands/DeleteReadNotificationsTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Unit;
namespace Tests\Unit\Commands;

use App\Models\Country;
use Illuminate\Foundation\Testing\RefreshDatabase;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Commands/HandleDeactivationRequestsTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Unit;
namespace Tests\Unit\Commands;

use App\Actions\User\RequestDeactivationAction;
use App\Models\Challenge;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Commands/UpdateCelebritiesListTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Unit;
namespace Tests\Unit\Commands;

use App\Models\User;
use Illuminate\Foundation\Testing\RefreshDatabase;
Expand Down

0 comments on commit 9cb1921

Please sign in to comment.