trypost/tests/Unit/Rules
Paulo Castellano 9293d0cd8d
fix: guard ContentTypeMatchesPlatform against non-uuid social_account_id (#260)
An MCP client sending a non-uuid social_account_id (e.g. a placeholder
string) reached SocialAccount::find() directly, which threw a Postgres
QueryException (22P02) instead of failing validation gracefully.
2026-08-09 11:46:59 -03:00
..
ContentFitsPlatformLimitsTest.php fix(posts): block scheduling when content exceeds any platform's char limit 2026-05-11 19:39:41 -03:00
ContentTypeCompatibleWithMediaTest.php refactor(linkedin): infer post format from media + unify account connection 2026-06-24 21:05:09 -03:00
ContentTypeMatchesPlatformTest.php fix: guard ContentTypeMatchesPlatform against non-uuid social_account_id (#260) 2026-08-09 11:46:59 -03:00
ContentTypeMatchesPostPlatformTest.php refactor(linkedin): infer post format from media + unify account connection 2026-06-24 21:05:09 -03:00