-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
complexity:mediumLess than 1 dayLess than 1 daylang:phpPHP/LaravelPHP/Laravelpriority:mediumNormal queueNormal queuetype:featureNew feature or enhancementNew feature or enhancement
Description
Finding
Integration tests covering module loading, event dispatch, and cross-module interactions are lacking.
Fix
Add integration tests that verify the full lifecycle: module discovery, event registration, service provider loading, and multi-tenant scoping.
Acceptance Criteria
- Integration test for module discovery and registration lifecycle
- Integration test for event dispatch and listener invocation
- Integration test for multi-tenant query scoping
- Integration test for middleware pipeline
- Tests use Pest syntax
- Tests run against a real (SQLite) database
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
complexity:mediumLess than 1 dayLess than 1 daylang:phpPHP/LaravelPHP/Laravelpriority:mediumNormal queueNormal queuetype:featureNew feature or enhancementNew feature or enhancement