php-agentic/tests
darbs-claude 003c16c1cd
Some checks failed
CI / PHP 8.3 (pull_request) Failing after 1m1s
CI / PHP 8.4 (pull_request) Failing after 59s
refactor(jobs): remove processOutput stub from ProcessContentTask
The processOutput() method was a stub with no implementation. The
ContentProcessingService dependency it accepted is from the external
host-uk/core package and its API is not available here. Content
is already persisted via markCompleted() so no output processing
was ever performed.

Removes:
- processOutput() stub method
- ContentProcessingService import and handle() parameter
- target_type/target_id guard block that called the stub

Adds unit tests covering: prompt validation, entitlement checks,
provider availability, task completion metadata, usage recording,
and template variable interpolation.

Closes #17

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 05:45:46 +00:00
..
Feature chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00
Unit refactor(jobs): remove processOutput stub from ProcessContentTask 2026-02-23 05:45:46 +00:00
UseCase chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00
Pest.php refactor(tests): convert AgentApiKey tests to Pest functional syntax 2026-01-29 18:42:56 +00:00
TestCase.php Initial commit 2026-01-26 23:20:30 +00:00