php-agentic/tests
darbs-claude 9c50d29c19
Some checks failed
CI / tests (pull_request) Failing after 1m8s
test: add unit tests for HasRetry and HasStreamParsing traits (#12)
- tests/Unit/Concerns/HasRetryTest.php: covers withRetry success paths,
  max retry limits, non-retryable 4xx errors, exponential backoff with
  sleep verification, Retry-After header, and calculateDelay formula
- tests/Unit/Concerns/HasStreamParsingTest.php: covers parseSSEStream
  (basic extraction, [DONE] termination, line-type skipping, invalid
  JSON, chunked reads) and parseJSONStream (single/multiple objects,
  nesting, escaped strings, extractor filtering, chunked reads)

Closes #12

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 01:28:07 +00:00
..
Feature refactor(tests): convert PlanTemplateServiceTest to Pest functional syntax 2026-01-29 18:56:51 +00:00
Unit test: add unit tests for HasRetry and HasStreamParsing traits (#12) 2026-02-23 01:28:07 +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