feat(tickets): add TicketFormController, TicketFormService, and TicketFormResource with related routes and tests

This commit is contained in:
2026-08-28 17:00:47 -03:00
parent 0f6f39cce7
commit b1f42775d6
8 changed files with 460 additions and 2 deletions

View File

@@ -18,7 +18,8 @@
</include>
</source>
<php>
<env name="APP_ENV" value="testing"/>
<env name="APP_ENV" value="testing" force="true"/>
<env name="DB_DATABASE" value="shopit_test" force="true"/>
<env name="APP_MAINTENANCE_DRIVER" value="file"/>
<env name="APP_CONFIG_CACHE" value="bootstrap/cache/phpunit-config.php"/>
<env name="APP_EVENTS_CACHE" value="bootstrap/cache/phpunit-events.php"/>