php-agentic/tests
Snider 9e513af049 refactor(tests): convert PlanTemplateServiceTest to Pest functional syntax
Convert PHPUnit class-based tests to Pest functional syntax with:
- 47 test cases organised into 9 describe blocks
- Proper beforeEach/afterEach hooks for test setup/teardown
- Covers: template listing, retrieval, preview, variable substitution,
  plan creation, validation, categories, context generation, edge cases
- Uses expect() assertions and method chaining for clarity

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:56:51 +00:00
..
Feature refactor(tests): convert PlanTemplateServiceTest to Pest functional syntax 2026-01-29 18:56:51 +00:00
Unit feat(security): switch API key to Argon2id with comprehensive tests 2026-01-29 13:36:53 +00:00
UseCase refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +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