php-agentic/tests/Unit
Claude be820fead8
All checks were successful
CI / PHP 8.4 (push) Successful in 1m41s
CI / PHP 8.3 (push) Successful in 1m44s
fix: use Mockery mocks for ApiKey and fix named arg matching
- Replace anonymous class extending ApiKey with Mockery mock to avoid
  requiring php-api package at load time
- Replace with() named args with withSomeOfArgs() for Mockery compat

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 12:20:01 +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: use Mockery mocks for ApiKey and fix named arg matching 2026-02-23 12:20:01 +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: use Mockery mocks for ApiKey and fix named arg matching 2026-02-23 12:20:01 +00:00