The Most Common Test Smells in PHP (And How to Fix Them)
Your test suite passes. CI is green. Everyone merges their pull requests with confidence. Then a seemingly harmless refactor breaks production. If that sounds familiar, the problem isn't always a lack of tests. Sometimes it's the quality of those tests. Just like production code can suffer from code smells, tests can accumulate test smells—patterns that make tests harder to understand, slower to…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.