Testing Laravel
spatie.be/products
Products › Testing Laravel
Testing Laravel
Learn how to automatically test your Laravel app using PHPUnit and Pest
Available licenses
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
Includes a 10% coupon for a follow-up purchase within the next 24 hours. · Sales are final. · VAT calculated at 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 testingYou 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 LaravelAfter 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](https://pestphp.com) 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](https://phpunit.de), 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.