php-agentic/Services/Concerns
Claude 938081f2f5
Some checks failed
CI / PHP 8.4 (push) Failing after 1m33s
CI / PHP 8.3 (push) Failing after 1m35s
fix: resolve 14 test failures across 3 test files
ProcessContentTaskTest: set mock properties directly instead of
shouldReceive('__get') which doesn't reliably intercept property
access on Mockery mocks of non-existent classes.

HasStreamParsing: fix parseJSONStream chunked read bug where the
inner parse loop restarted at position 0 with stale state from
a previous partial parse. Track scan position across chunks.

AgentDetection: fix Postman regex \bPostman\b → \bPostman/ so it
matches PostmanRuntime (no word boundary between n and R).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 11:48:29 +00:00
..
HasRetry.php chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00
HasStreamParsing.php fix: resolve 14 test failures across 3 test files 2026-02-23 11:48:29 +00:00