## Summary - validate category names against the existing per-user unique index - return validation errors for create/update duplicate races instead of 500s - cover create, update, soft-delete, cross-user, and DB race cases Fixes PHP-LARAVEL-1E Fixes PHP-LARAVEL-1F ## Tests - php artisan test --compact tests/Feature/Settings/CategoryTest.php - vendor/bin/pint --dirty --format agent - git diff --check |
||
|---|---|---|
| .. | ||
| AccountPageTest.php | ||
| AccountTest.php | ||
| BankTest.php | ||
| BudgetSettingsRedirectTest.php | ||
| CategoryTest.php | ||
| ChartColorSchemeTest.php | ||
| DeleteAccountPageTest.php | ||
| NetWorthChartLoanPreferenceTest.php | ||
| NetWorthChartRealEstatePreferenceTest.php | ||
| PasswordUpdateTest.php | ||
| ProfileUpdateTest.php | ||
| TimezoneTest.php | ||
| TwoFactorAuthenticationTest.php | ||