Laravel Testing 101
Laravel Testing 101
Learn how to add tests to your Laravel CRUD application
About the Book
Imagine you are working on a Laravel side-project or you just joined a team working on a Laravel application, and it currently doesn't have a single test. You want to change that, and add tests to the application. If you find yourself in this situation, you might not even know where to start. “Should I unit test everything? Should I just test the most critical parts of the application?” You might even find yourself asking “Why do I need tests in the first place?”
My main goal with this ebook is to try to answer these questions, and I will describe my process in writing tests for some of the Laravel applications I’m working on (mainly CRUD applications).
Reader Testimonials
Walid Ziouche
Software Engineer
As someone who agrees with Guillermo Rauch's quote "Write tests. Not too many. Mostly integration", this book from Youghourta does explain integration tests in a practical manner, if you finally want to embrace tests in your project without feeling you're wasting your time, you'd be serious about this book.
Ammar Alakkad
Full-stack Web Developer
It's very practical, showing and assuming how a real world application would change over time and how testing would help mitigate errors that might happen. I also like how the author didn't just throw couple tests and walked away, but he stayed and did refactoring on the tests and showed us how it should be done then integrated everything with a Continuous Integration tool.
Majda Nafissa Rahal
Associate Director, Shift'IN
Testing always seemed intimidating to me. With this ebook, Youghourta does a great job demystifying all of its concepts and breaking them down into digestible, easy-to-understand chapters. I recommend this ebook for anyone looking for an intro to the world of testing in Laravel.
Table of Contents
- Ressources
-
Introduction
- Why we are writing fewer tests than necessary
- Why do we need tests in the first place?
- So, what should I be testing exactly?
- Structure of the ebook
- What should we be testing in a Laravel CRUD application?
-
Writing tests for guest user functionalities on a Laravel CRUD application
- Make sure that PHPUnit is working properly with your application
-
A guest could see all the articles when visiting
/articles
- A guest could see a single article
- A guest could see a user profile
- A guest could not write a new article and gets redirected to the signup page instead
- A guest could visit and get the signup page and + A guest could visit and get the login page
- How would tests detect breaking changes in the code base?
- Conclusion
-
Testing what signed up users could do on the application
- A user could write an article
- The user could visit and get the “new article” form
- The user should be able to save the newly created article.
- A user could edit her own articles
- The user could visit and get the “edit article” form
- The user should be able to save the updated article
- A user could delete her own articles and get redirected to the all articles page with a success message
- Conclusion
-
Testing what a logged in user is not allowed to do
- A user should not be able to edit articles she doesn’t own
- A user should not be able to delete articles she doesn’t own
- A user should not be able to create or update articles that bypass the validation rules (short titles and/or short bodies)
- Conclusion
-
Refactor the tests and create a base test class
- Create a base test class
- Conclusion
-
Dealing with test data
- Using a dedicated database
- Exclude the test database from your version control
- Conclusion
-
Set up a Continuous integration tool
- Set up Bitbucket pipelines
- Conclusion
- Conclusion
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them