backend-testing-phpunit
Installation
SKILL.md
Backend Testing PHPUnit
When to use this skill
- Writing tests
- TDD development
- CI/CD pipelines
- Code quality
Workflow
- Write tests for critical logic
- Test edge cases
- Mock dependencies
- Run before commits
- Maintain tests