From 2bb4926af62972809d7921001439298028c75734 Mon Sep 17 00:00:00 2001 From: mohammad-alavi Date: Fri, 1 Oct 2021 20:42:39 +0330 Subject: [PATCH] refactor --- .../Functional/{FindUserTest.php => FindUserByIdTest.php} | 4 ++-- .../User/UI/API/Tests/Functional/GetAuthenticatedUserTest.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename app/Containers/AppSection/User/UI/API/Tests/Functional/{FindUserTest.php => FindUserByIdTest.php} (96%) diff --git a/app/Containers/AppSection/User/UI/API/Tests/Functional/FindUserTest.php b/app/Containers/AppSection/User/UI/API/Tests/Functional/FindUserByIdTest.php similarity index 96% rename from app/Containers/AppSection/User/UI/API/Tests/Functional/FindUserTest.php rename to app/Containers/AppSection/User/UI/API/Tests/Functional/FindUserByIdTest.php index 92a737b45..c80d2e872 100644 --- a/app/Containers/AppSection/User/UI/API/Tests/Functional/FindUserTest.php +++ b/app/Containers/AppSection/User/UI/API/Tests/Functional/FindUserByIdTest.php @@ -7,12 +7,12 @@ use Illuminate\Testing\Fluent\AssertableJson; /** - * Class FindUsersTest. + * Class FindUserByIdTest. * * @group user * @group api */ -class FindUserTest extends ApiTestCase +class FindUserByIdTest extends ApiTestCase { protected string $endpoint = 'get@v1/users/{id}'; diff --git a/app/Containers/AppSection/User/UI/API/Tests/Functional/GetAuthenticatedUserTest.php b/app/Containers/AppSection/User/UI/API/Tests/Functional/GetAuthenticatedUserTest.php index ddefd5bc2..dc62ad154 100644 --- a/app/Containers/AppSection/User/UI/API/Tests/Functional/GetAuthenticatedUserTest.php +++ b/app/Containers/AppSection/User/UI/API/Tests/Functional/GetAuthenticatedUserTest.php @@ -5,7 +5,7 @@ use App\Containers\AppSection\User\UI\API\Tests\ApiTestCase; /** - * Class FindUsersTest. + * Class GetAuthenticatedUserTest. * * @group user * @group api