trypost/tests/Feature/Services
Paulo Castellano 04975020e4 test(social): tests pull OAuth URLs from config
Same rule applied to production code in earlier commits now applies to
tests: Http::fake patterns and assertions read from
config('trypost.platforms.*.oauth_api' / '.api' / '.default_service')
instead of hardcoded strings. Hardcoded URLs in tests drift silently
when the config changes.

Also documents the rule in CLAUDE.md under "External Service URLs" so
new code (and tests) start in the right place — only the host comes
from config, path/RPC segments stay inline next to the call.
2026-05-19 09:37:16 -03:00
..
Social test(social): tests pull OAuth URLs from config 2026-05-19 09:37:16 -03:00
InstagramPublisherTest.php test: move publisher tests from Unit to Feature 2026-05-12 19:02:51 -03:00
LinkedInPublisherTest.php test: move publisher tests from Unit to Feature 2026-05-12 19:02:51 -03:00
XPublisherTest.php test: move publisher tests from Unit to Feature 2026-05-12 19:02:51 -03:00
YouTubePublisherTest.php test: move publisher tests from Unit to Feature 2026-05-12 19:02:51 -03:00