Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3k stars 880 forks source link

Add uploaders tests #5518

Closed pxpm closed 1 month ago

pxpm commented 1 month ago

Start framework to add uploaders tests.

Some weird things going on here, like not being possible to test crud core functions like login, without requiring a theme. Thing we can't do in CRUD directly, so maybe we need to provide defaults here.

Will discuss this with @tabacitu