Mateus Ribeiro Bossa

Results 2 issues of Mateus Ribeiro Bossa

### What Happened When I have a test that uses a dataset `->with('my dataset')`, but this dataset doesn't exist, and I run `sail test --parallel`, no `FAILED` message is shown...

bug

Without this, the holiday's name won't be translated. All other calculateHoliday() methods properly provide this argument, thus being translated. If you try this code: ```php $holiday = Yasumi::create(Brazil::class, 2025, 'pt_BR');...