docs(claude): update testing guidelines and add note on Application::team relationship
This commit is contained in:
parent
4f71d14d39
commit
79174f51c3
1 changed files with 5 additions and 1 deletions
|
|
@ -651,4 +651,8 @@ ## Test Enforcement
|
|||
|
||||
- Every change must be programmatically tested. Write a new test or update an existing test, then run the affected tests to make sure they pass.
|
||||
- Run the minimum number of tests needed to ensure code quality and speed. Use `php artisan test` with a specific filename or filter.
|
||||
</laravel-boost-guidelines>
|
||||
</laravel-boost-guidelines>
|
||||
|
||||
|
||||
Random other things you should remember:
|
||||
- App\Models\Application::team must return a relationship instance., always use team()
|
||||
Loading…
Reference in a new issue