trypost/tests/Feature/Services
Paulo Castellano 8d7dcdf6eb refactor(social): trim verbose comments + harden X chunked upload from review
Cold-review follow-ups on the PR:
- Trim the oversized docblocks/inline comments added across the API controller,
  MediaAttacher, Post, the publish job, and the X publisher to one line (keeping
  the @param/@return array-shape annotations).
- XPublisher::chunkedUpload now accepts ?string $mediaCategory and only sends
  media_category when present — getMediaCategory() can return null, so the strict
  string param was a latent TypeError (unreachable on X today, removed anyway).
- Fix MediaAttacher docblocks: the file imports Type as MediaType, so the
  @param array<Type> annotations didn't resolve — now array<MediaType>.
- Tests: cover the failed() job hook genericizing a raw error, and X failing
  cleanly (XPublishException) when media can't be downloaded.
2026-06-28 20:37:04 -03:00
..
Social refactor(social): trim verbose comments + harden X chunked upload from review 2026-06-28 20:37:04 -03:00
InstagramPublisherTest.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