laravel-testing
Installation
SKILL.md
Laravel Testing
Testing patterns with Pest: Arrange-Act-Assert, proper mocking, null drivers, declarative factories.
Related guides:
- testing-conventions.md - Test file structure and RESTful ordering
- testing-factories.md - Declarative factory methods for readable tests
- validation-testing.md - Form request validation testing
- Actions - Action pattern for unit testing
- Controllers - Controller patterns for feature testing
- DTOs - DTO test factories
- Services - Service layer with null drivers