Laracon DB
Laracon DB
Talks for "integration-testing" (1)
Lies you've been told about Unit Testing

Adam Wathan presents a thought-provoking talk challenging common testing practices in Laravel applications. He argues against isolated unit testing as a default approach, instead advocating for feature/integration tests that verify behavior at the HTTP level. He demonstrates how isolated unit tests can make refactoring difficult and suggests using 'fake' implementations rather than mocks for external services like Stripe. The talk emphasizes writing tests that provide actual value rather than following testing dogma from the internet.