diff --git a/tests/Unit/Services/InstagramPublisherTest.php b/tests/Feature/Services/InstagramPublisherTest.php similarity index 100% rename from tests/Unit/Services/InstagramPublisherTest.php rename to tests/Feature/Services/InstagramPublisherTest.php diff --git a/tests/Unit/Services/LinkedInPublisherTest.php b/tests/Feature/Services/LinkedInPublisherTest.php similarity index 100% rename from tests/Unit/Services/LinkedInPublisherTest.php rename to tests/Feature/Services/LinkedInPublisherTest.php diff --git a/tests/Unit/Services/Social/BlueskyPublisherTest.php b/tests/Feature/Services/Social/BlueskyPublisherTest.php similarity index 100% rename from tests/Unit/Services/Social/BlueskyPublisherTest.php rename to tests/Feature/Services/Social/BlueskyPublisherTest.php diff --git a/tests/Unit/Services/Social/Concerns/HasSocialHttpClientTest.php b/tests/Feature/Services/Social/Concerns/HasSocialHttpClientTest.php similarity index 100% rename from tests/Unit/Services/Social/Concerns/HasSocialHttpClientTest.php rename to tests/Feature/Services/Social/Concerns/HasSocialHttpClientTest.php diff --git a/tests/Unit/Services/Social/ContentSanitizerTest.php b/tests/Feature/Services/Social/ContentSanitizerTest.php similarity index 100% rename from tests/Unit/Services/Social/ContentSanitizerTest.php rename to tests/Feature/Services/Social/ContentSanitizerTest.php diff --git a/tests/Unit/Services/Social/FacebookPublisherTest.php b/tests/Feature/Services/Social/FacebookPublisherTest.php similarity index 100% rename from tests/Unit/Services/Social/FacebookPublisherTest.php rename to tests/Feature/Services/Social/FacebookPublisherTest.php diff --git a/tests/Unit/Services/Social/InstagramPublisherTest.php b/tests/Feature/Services/Social/InstagramPublisherTest.php similarity index 100% rename from tests/Unit/Services/Social/InstagramPublisherTest.php rename to tests/Feature/Services/Social/InstagramPublisherTest.php diff --git a/tests/Unit/Services/Social/LinkedInPagePublisherTest.php b/tests/Feature/Services/Social/LinkedInPagePublisherTest.php similarity index 100% rename from tests/Unit/Services/Social/LinkedInPagePublisherTest.php rename to tests/Feature/Services/Social/LinkedInPagePublisherTest.php diff --git a/tests/Unit/Services/Social/LinkedInPublisherTest.php b/tests/Feature/Services/Social/LinkedInPublisherTest.php similarity index 100% rename from tests/Unit/Services/Social/LinkedInPublisherTest.php rename to tests/Feature/Services/Social/LinkedInPublisherTest.php diff --git a/tests/Unit/Services/Social/LinkedInTokenSynchronizerTest.php b/tests/Feature/Services/Social/LinkedInTokenSynchronizerTest.php similarity index 100% rename from tests/Unit/Services/Social/LinkedInTokenSynchronizerTest.php rename to tests/Feature/Services/Social/LinkedInTokenSynchronizerTest.php diff --git a/tests/Unit/Services/Social/MastodonPublisherTest.php b/tests/Feature/Services/Social/MastodonPublisherTest.php similarity index 100% rename from tests/Unit/Services/Social/MastodonPublisherTest.php rename to tests/Feature/Services/Social/MastodonPublisherTest.php diff --git a/tests/Unit/Services/Social/PinterestPublisherTest.php b/tests/Feature/Services/Social/PinterestPublisherTest.php similarity index 100% rename from tests/Unit/Services/Social/PinterestPublisherTest.php rename to tests/Feature/Services/Social/PinterestPublisherTest.php diff --git a/tests/Unit/Services/Social/ThreadsPublisherTest.php b/tests/Feature/Services/Social/ThreadsPublisherTest.php similarity index 100% rename from tests/Unit/Services/Social/ThreadsPublisherTest.php rename to tests/Feature/Services/Social/ThreadsPublisherTest.php diff --git a/tests/Unit/Services/Social/TikTokCreatorInfoTest.php b/tests/Feature/Services/Social/TikTokCreatorInfoTest.php similarity index 100% rename from tests/Unit/Services/Social/TikTokCreatorInfoTest.php rename to tests/Feature/Services/Social/TikTokCreatorInfoTest.php diff --git a/tests/Unit/Services/Social/TikTokPublisherTest.php b/tests/Feature/Services/Social/TikTokPublisherTest.php similarity index 100% rename from tests/Unit/Services/Social/TikTokPublisherTest.php rename to tests/Feature/Services/Social/TikTokPublisherTest.php diff --git a/tests/Unit/Services/Social/XPublisherTest.php b/tests/Feature/Services/Social/XPublisherTest.php similarity index 100% rename from tests/Unit/Services/Social/XPublisherTest.php rename to tests/Feature/Services/Social/XPublisherTest.php diff --git a/tests/Unit/Services/Social/YouTubePublisherTest.php b/tests/Feature/Services/Social/YouTubePublisherTest.php similarity index 100% rename from tests/Unit/Services/Social/YouTubePublisherTest.php rename to tests/Feature/Services/Social/YouTubePublisherTest.php diff --git a/tests/Unit/Services/XPublisherTest.php b/tests/Feature/Services/XPublisherTest.php similarity index 100% rename from tests/Unit/Services/XPublisherTest.php rename to tests/Feature/Services/XPublisherTest.php diff --git a/tests/Unit/Services/YouTubePublisherTest.php b/tests/Feature/Services/YouTubePublisherTest.php similarity index 100% rename from tests/Unit/Services/YouTubePublisherTest.php rename to tests/Feature/Services/YouTubePublisherTest.php