| 8 | | Also as an extra advice: Generally, as a rule of thumb, try to add unit tests if you feel you can do them, but if you can't, don't worry, add the tag `needs-unit-test` and someone will take care of them. (And always remember that Unit Tests should be done without using AI, if you can't do them without AI better leave them undone, it's very clear when AI is being used and that is bad reputation). |
| | 8 | Also as an extra advice: Generally, as a rule of thumb, try to add unit tests if you feel you can do them, but if you can't, don't worry, add the tag `needs-unit-test` and someone will take care of them. (And always remember that Unit Tests should be done without using AI, if you can't do them without AI better leave them undone, it's very clear when AI is being used and that is bad reputation, because 99% of the times AI PHPUnit unit tests are utterly bad quality). |