shopit-back/tests/Unit
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
..
Auth Forgot password flow 2026-07-27 09:43:00 -03:00
Bootstrap feat: Refactor event form functionality by removing social media data from AdminAppBootstrapResource and AdminAppBootstrapService; add EventFormController, EventFormResource, and EventFormService; implement routes and tests for event form 2026-08-03 14:02:08 -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
Forms feat: Add event association to purchases; implement event relationship in models, update migration, and enhance tests 2026-08-04 11:45:03 -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
Notification Forgot password flow 2026-07-27 09:43:00 -03:00
Sale 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