php-agentic/tests/Unit
Claude ae4188c063
Some checks failed
CI / PHP 8.4 (push) Failing after 1m26s
CI / PHP 8.3 (push) Failing after 1m55s
fix: template interpolation and Cache::fake() in tests
- interpolateVariables: use string concatenation for triple-brace
  placeholders instead of PHP string interpolation which only
  produces single braces
- AgentToolRegistryTest: replace Cache::fake() (not available) with
  Cache::flush() since array driver is already in-memory

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 12:05:54 +00:00
..
Concerns style: fix pint code style issues 2026-02-23 06:42:24 +00:00
.gitkeep Initial commit 2026-01-26 23:20:30 +00:00
AgentDetectionTest.php test: add AgentDetection service unit tests 2026-02-23 01:40:47 +00:00
AgenticManagerTest.php fix: validate API keys on AgenticManager init (#29) 2026-02-23 11:39:01 +00:00
AgentToolRegistryTest.php fix: template interpolation and Cache::fake() in tests 2026-02-23 12:05:54 +00:00
ClaudeServiceTest.php fix: add error handling to ClaudeService streaming (#26) 2026-02-23 11:04:07 +00:00
GeminiServiceTest.php feat(tests): add AgenticManager tests 2026-01-29 19:23:20 +00:00
OpenAIServiceTest.php feat(tests): add AgenticManager tests 2026-01-29 19:23:20 +00:00
ProcessContentTaskTest.php fix: resolve 14 test failures across 3 test files 2026-02-23 11:48:29 +00:00