shopit-back/tests/Feature
ncoronel 02cf3f3773 Add tests for ticket validity and event date formatting
- Create TicketValiditySchemaTest to verify database schema for ticket validity.
- Update CatalogModelsTest to include tests for event date attributes and selection options.
- Introduce EventDateTextFormatterTest for formatting event dates in Spanish.
- Refactor EventModelsTest to include validity time relationships.
- Add SaleDetailResourceTest to ensure correct serialization of purchase items.
- Enhance TicketTest with validity time checks and status management.
- Implement ValidityTimeResourceTest to validate resource output for different validity types.
- Add ValidityTimeTest to verify casting and validity checks for validity time types.
2026-08-11 12:41:35 -03:00
..
Attachable feat: add success messages for cart item operations in CartController 2026-07-02 12:06:00 -03:00
Auth feat(auth): implement AdminAppMeController and AdminAppMeResource; add routes and tests for user context retrieval 2026-07-31 16:11:47 -03:00
Authorization feat(authorization): add roles and permissions models, migration, and tests 2026-07-30 16:37:20 -03:00
Cart Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Catalog Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Event Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
FiestaFutbolInfantil Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Forms Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Integration Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Localization Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
Logging feat: Add tenant code to value changes; implement PurchaseController and related services for tenant-specific purchase management 2026-08-04 10:27:33 -03:00
MailTest feat(mail): introduce MailService for tenant-specific SMTP handling and update related tests 2026-07-21 17:00:07 -03:00
Menu feat(menu): add label field to menu model and update related functionality 2026-07-24 10:08:04 -03:00
Notification Forgot password flow 2026-07-27 09:43:00 -03:00
Purchase Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Sale Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Seeders Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Staff feat: Implement staff management features; add controller, service, resource, routes, and tests for staff and category assignments 2026-08-04 16:20:30 -03:00
Tenant Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Ticket Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
ExampleTest.php initial commit 2026-06-18 10:09:24 -03:00