Testing Laravel
- +6 hours of video on how to write quality tests
- Best practices in testing Laravel applications
- Covers both Pest and PHPUnit
- Includes access to the demo applications with test suites
- All videos are fully subtitled in English
Solid Applications Bundle
You can get a good deal when buying these products combined:
- Laravel Beyond CRUD
- Testing Laravel
Maintainable PHP bundle
You can get a good deal when buying these products combined:
- Writing Readable PHP
- Testing Laravel
Sales are final and are not eligible for a refund.
VAT will be calculated during checkout by Paddle.
Testing is a fundamental skill for every developer. In this course you'll learn how to write quality tests to make sure your Laravel application is working correctly.
The basics of testing
You will learn how to write a test suite from scratch. We'll cover how to make sure your homepage works, how you can test form submissions, what the different types of tests are, and much more!
Testing Laravel
After we've covered the basics, we'll show you how to test policies, middlewares, controllers, mails, views, and all kinds of features. We'll cover snapshots testing, pragmatic mocks, how to test domain code, how to set up CI, and much more.
Discovering Pest
Pest is the new kid on the block in the PHP testing world that focuses on stellar developer experience. It's rapidly rising in popularity, and we believe it'll only grow in the near future. That's why we've recorded our entire course twice: first with PHPUnit, then with Pest and all the awesome features it has to offer.
We'll also show you how to convert an existing PHPUnit test suite to Pest.