jonnybarnes.uk/tests/Unit/Jobs
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes 31c49ac3fc
Adopt Laravel's Image facade for media processing, upgrade Intervention to v4
Laravel 13's Image facade wraps Intervention Image v4 internally, so
switching our upload width probe and resize job/command to it required
bumping intervention/image ^3 -> ^4 (and its intervention/gif ^5
dependency). Removes our own ImageManager container binding and
config/image.php in favour of Laravel's built-in driver resolution.

Also fixes a latent filename mismatch in ProcessMediaJobTest that Pint's
stricter typing on the new Image API turned into a hard TypeError, and
tidies config/flare.php to use imported class names instead of FQCNs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018Sorsgn85nw7uQyRMNvzyD
2026-08-01 17:07:38 +01:00
..
AddClientToDatabaseJobTest.php Laravel Pint fixes 2025-04-06 17:25:06 +01:00
DownloadWebMentionJobTest.php Migrate outbound HTTP calls from Guzzle to the Http facade 2026-07-26 09:12:01 +01:00
ProcessBookmarkJobTest.php Laravel Pint fixes 2025-04-06 17:25:06 +01:00
ProcessMediaJobTest.php Adopt Laravel's Image facade for media processing, upgrade Intervention to v4 2026-08-01 17:07:38 +01:00
ProcessWebMentionJobTest.php Migrate outbound HTTP calls from Guzzle to the Http facade 2026-07-26 09:12:01 +01:00
SaveProfileImageJobTest.php Migrate outbound HTTP calls from Guzzle to the Http facade 2026-07-26 09:12:01 +01:00
SaveScreenshotJobTest.php Migrate outbound HTTP calls from Guzzle to the Http facade 2026-07-26 09:12:01 +01:00
SendWebMentionJobTest.php Migrate outbound HTTP calls from Guzzle to the Http facade 2026-07-26 09:12:01 +01:00
SyndicateNoteToBlueskyJobTest.php Migrate outbound HTTP calls from Guzzle to the Http facade 2026-07-26 09:12:01 +01:00
SyndicateNoteToMastodonJobTest.php Migrate outbound HTTP calls from Guzzle to the Http facade 2026-07-26 09:12:01 +01:00