Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(tests): fix auth namespace issue
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Mar 27, 2024
1 parent 93c95b7 commit ea4b2c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Feature/Http/Auth/AuthenticationTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Creasi\Tests\Http\Auth;
namespace Creasi\Tests\Feature\Http\Auth;

use Creasi\Base\Events\CredentialTokenCreated;
use Creasi\Base\Events\CredentialTokenDestroyed;
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/Http/Auth/EmailVerificationTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Creasi\Tests\Http\Auth;
namespace Creasi\Tests\Feature\Http\Auth;

use Creasi\Tests\TestCase;
use Illuminate\Auth\Events\Verified;
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/Http/Auth/RegistrationTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Creasi\Tests\Http\Auth;
namespace Creasi\Tests\Feature\Http\Auth;

use Creasi\Tests\TestCase;
use Illuminate\Auth\Events\Registered;
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/Http/Auth/ResetPasswordTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Creasi\Tests\Http\Auth;
namespace Creasi\Tests\Feature\Http\Auth;

use Creasi\Tests\TestCase;
use Illuminate\Auth\Events\PasswordReset;
Expand Down

0 comments on commit ea4b2c5

Please sign in to comment.