mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat(#91): add multi color and palette support
This commit is contained in:
parent
61b9ff56e0
commit
568bd69fea
19 changed files with 1696 additions and 185 deletions
|
|
@ -77,7 +77,7 @@ test('l_date handles null locale parameter', function (): void {
|
|||
$filter = new Localization();
|
||||
$date = '2025-01-11';
|
||||
|
||||
$result = $filter->l_date($date, 'Y-m-d', null);
|
||||
$result = $filter->l_date($date, 'Y-m-d');
|
||||
|
||||
// Should work the same as default
|
||||
expect($result)->toContain('2025');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue