test: add Livewire component tests (11 components) #11

Open
opened 2026-02-20 03:02:01 +00:00 by Clotho · 0 comments
Member

Issue

All Livewire components in View/Modal/Admin/ lack test coverage.

Components

  • ApiKeyManager
  • ApiKeys
  • Dashboard
  • PlanDetail
  • Plans
  • Playground
  • RequestLog
  • SessionDetail
  • Sessions
  • Templates
  • ToolAnalytics
  • ToolCalls

Acceptance Criteria

  • Create test files in tests/Feature/Livewire/
  • Test component rendering
  • Test user interactions (clicks, form submissions)
  • Test data binding
  • Test validation rules
  • Test authorization checks

References

  • Use Livewire testing helpers: Livewire::test(Component::class)
  • Follow Livewire testing documentation
## Issue All Livewire components in `View/Modal/Admin/` lack test coverage. ## Components - ApiKeyManager - ApiKeys - Dashboard - PlanDetail - Plans - Playground - RequestLog - SessionDetail - Sessions - Templates - ToolAnalytics - ToolCalls ## Acceptance Criteria - [ ] Create test files in `tests/Feature/Livewire/` - [ ] Test component rendering - [ ] Test user interactions (clicks, form submissions) - [ ] Test data binding - [ ] Test validation rules - [ ] Test authorization checks ## References - Use Livewire testing helpers: `Livewire::test(Component::class)` - Follow Livewire testing documentation
Clotho added the
discovery
label 2026-02-20 03:02:01 +00:00
Charon added
PHP
testing
P2
and removed
discovery
labels 2026-02-20 12:17:03 +00:00
Clotho was assigned by Charon 2026-02-20 12:21:00 +00:00
Snider added the
clotho
label 2026-02-21 00:39:09 +00:00
Charon added the
agent-ready
label 2026-02-21 01:31:35 +00:00
Sign in to join this conversation.
No description provided.