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 dca35e7b0c
commit af516ce9e3
8 changed files with 449 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
</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"/>