php-agentic/tests/Feature
darbs-claude 1abc4af519
Some checks failed
CI / PHP 8.3 (pull_request) Failing after 56s
CI / PHP 8.4 (pull_request) Failing after 58s
test: add PromptVersion model tests
Add Feature test covering PromptVersion creation, relationships (prompt,
creator), restore() rollback method, and version history tracking. Also
add idempotent migration for prompts and prompt_versions tables required
by the test suite.

Closes #15
2026-02-23 05:18:37 +00:00
..
.gitkeep Initial commit 2026-01-26 23:20:30 +00:00
AgentApiKeyServiceTest.php refactor(tests): convert IpRestrictionServiceTest to Pest functional syntax 2026-01-29 18:50:41 +00:00
AgentApiKeyTest.php refactor(tests): convert AgentApiKey tests to Pest functional syntax 2026-01-29 18:42:56 +00:00
AgentPhaseTest.php chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00
AgentPlanTest.php chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00
AgentSessionTest.php chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00
ContentServiceTest.php refactor: rename namespace Core\Agentic to Core\Mod\Agentic 2026-01-27 16:12:58 +00:00
IpRestrictionServiceTest.php refactor(tests): convert IpRestrictionServiceTest to Pest functional syntax 2026-01-29 18:50:41 +00:00
PlanTemplateServiceTest.php chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00
PromptVersionTest.php test: add PromptVersion model tests 2026-02-23 05:18:37 +00:00
SecurityTest.php chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00