Laravel Testing 101
$25.00
Minimum price
$35.00
Suggested price

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).

  • Share this book

  • Categories

    • Laravel
    • PHP
    • Testing

About the Author

Youghourta Benali
Youghourta Benali

Back-end developer (PHP/Laravel)

I built botmarker + bookmarkingBot

Reader Testimonials

Walid Ziouche
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
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
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...

80% Royalties. Earn $16 on a $20 book.

We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course 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

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub