test: add Job tests (2 jobs) #10

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

Issue

Queue jobs lack test coverage:

  • Jobs/BatchContentGeneration.php
  • Jobs/ProcessContentTask.php

Acceptance Criteria

  • Create tests/Feature/Jobs/BatchContentGenerationTest.php
  • Create tests/Feature/Jobs/ProcessContentTaskTest.php
  • Test job execution with valid data
  • Test error handling and retry logic
  • Test job chaining/dependencies
  • Test ProcessContentTask stub implementation (see refactor issue)

References

  • ProcessContentTask has incomplete processOutput() method
  • Jobs integrate with ContentService
## Issue Queue jobs lack test coverage: - `Jobs/BatchContentGeneration.php` - `Jobs/ProcessContentTask.php` ## Acceptance Criteria - [ ] Create `tests/Feature/Jobs/BatchContentGenerationTest.php` - [ ] Create `tests/Feature/Jobs/ProcessContentTaskTest.php` - [ ] Test job execution with valid data - [ ] Test error handling and retry logic - [ ] Test job chaining/dependencies - [ ] Test ProcessContentTask stub implementation (see refactor issue) ## References - ProcessContentTask has incomplete `processOutput()` method - Jobs integrate with ContentService
Clotho added the
discovery
label 2026-02-20 03:02:00 +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.