From 6a8e4e8edfb73e985355b88aec21e49ef071b204 Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Mon, 18 Jul 2022 22:20:42 +0200 Subject: [PATCH] Move Http-tests to Tests/Feature --- .../Http/Controllers/Api/ServerControllerTest.php | 0 .../{Unit => Feature}/Http/Controllers/Api/SiteControllerTest.php | 0 .../{Unit => Feature}/Http/Controllers/Api/UserControllerTest.php | 0 .../TwoFactorAuthenticationControllerTest.php | 0 tests/{Unit => Feature}/Http/Controllers/ServerControllerTest.php | 0 tests/{Unit => Feature}/Http/Controllers/SiteControllerTest.php | 0 .../Middleware/EnforceTwoFactorAuthenticationIfEnabledTest.php | 0 .../Http/Middleware/GlobalApiAuthenticatedTest.php | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename tests/{Unit => Feature}/Http/Controllers/Api/ServerControllerTest.php (100%) rename tests/{Unit => Feature}/Http/Controllers/Api/SiteControllerTest.php (100%) rename tests/{Unit => Feature}/Http/Controllers/Api/UserControllerTest.php (100%) rename tests/{Unit => Feature}/Http/Controllers/Profile/TwoFactorAuthentication/TwoFactorAuthenticationControllerTest.php (100%) rename tests/{Unit => Feature}/Http/Controllers/ServerControllerTest.php (100%) rename tests/{Unit => Feature}/Http/Controllers/SiteControllerTest.php (100%) rename tests/{Unit => Feature}/Http/Middleware/EnforceTwoFactorAuthenticationIfEnabledTest.php (100%) rename tests/{Unit => Feature}/Http/Middleware/GlobalApiAuthenticatedTest.php (100%) diff --git a/tests/Unit/Http/Controllers/Api/ServerControllerTest.php b/tests/Feature/Http/Controllers/Api/ServerControllerTest.php similarity index 100% rename from tests/Unit/Http/Controllers/Api/ServerControllerTest.php rename to tests/Feature/Http/Controllers/Api/ServerControllerTest.php diff --git a/tests/Unit/Http/Controllers/Api/SiteControllerTest.php b/tests/Feature/Http/Controllers/Api/SiteControllerTest.php similarity index 100% rename from tests/Unit/Http/Controllers/Api/SiteControllerTest.php rename to tests/Feature/Http/Controllers/Api/SiteControllerTest.php diff --git a/tests/Unit/Http/Controllers/Api/UserControllerTest.php b/tests/Feature/Http/Controllers/Api/UserControllerTest.php similarity index 100% rename from tests/Unit/Http/Controllers/Api/UserControllerTest.php rename to tests/Feature/Http/Controllers/Api/UserControllerTest.php diff --git a/tests/Unit/Http/Controllers/Profile/TwoFactorAuthentication/TwoFactorAuthenticationControllerTest.php b/tests/Feature/Http/Controllers/Profile/TwoFactorAuthentication/TwoFactorAuthenticationControllerTest.php similarity index 100% rename from tests/Unit/Http/Controllers/Profile/TwoFactorAuthentication/TwoFactorAuthenticationControllerTest.php rename to tests/Feature/Http/Controllers/Profile/TwoFactorAuthentication/TwoFactorAuthenticationControllerTest.php diff --git a/tests/Unit/Http/Controllers/ServerControllerTest.php b/tests/Feature/Http/Controllers/ServerControllerTest.php similarity index 100% rename from tests/Unit/Http/Controllers/ServerControllerTest.php rename to tests/Feature/Http/Controllers/ServerControllerTest.php diff --git a/tests/Unit/Http/Controllers/SiteControllerTest.php b/tests/Feature/Http/Controllers/SiteControllerTest.php similarity index 100% rename from tests/Unit/Http/Controllers/SiteControllerTest.php rename to tests/Feature/Http/Controllers/SiteControllerTest.php diff --git a/tests/Unit/Http/Middleware/EnforceTwoFactorAuthenticationIfEnabledTest.php b/tests/Feature/Http/Middleware/EnforceTwoFactorAuthenticationIfEnabledTest.php similarity index 100% rename from tests/Unit/Http/Middleware/EnforceTwoFactorAuthenticationIfEnabledTest.php rename to tests/Feature/Http/Middleware/EnforceTwoFactorAuthenticationIfEnabledTest.php diff --git a/tests/Unit/Http/Middleware/GlobalApiAuthenticatedTest.php b/tests/Feature/Http/Middleware/GlobalApiAuthenticatedTest.php similarity index 100% rename from tests/Unit/Http/Middleware/GlobalApiAuthenticatedTest.php rename to tests/Feature/Http/Middleware/GlobalApiAuthenticatedTest.php