Testing in Laravel - All you need to know

preview_player
Показать описание

This is a compilation of the series Laravel API Server Ep22-28.

------------

Source code for this lesson:



** Affiliated links
Email marketing is made simple! Affordable and powerful! Build your audience starting today!

Earn passive income from crypto while you sleep! Get started on Nexo today! Up to 12% annual interest. Get $10 USD reward if you use my referral link below.

Use the legendary Git GUI for FREE! You are seriously missing out if you are not using it.

Beautiful designs created instantly to wow your social networks!

A simple and scalable cloud hosting platform for all developer needs.

Get started on Crypto today. Gets 10% off of all crypto trading fees if you use my referral link below.

Outro Music:

Timestamps:
00:02 Ep22 - Unit Test vs Feature Test vs E2E Test
06:02 Ep23 - Unit Testing Essentials
19:16 Ep24 - Testing API routes | Feature Testing
35:47 Ep25 - Phpunit with Live Reload?! Productivity Hacks
40:08 Ep26 - Composer Script | Productivity Hacks
43:55 Ep27 - Test Driven Development (TDD) Basics | Laravel API Server
52:04 Ep28 - Opinion on Testing: how much is enough?
Рекомендации по теме
Комментарии
Автор

This is exactly what I was looking for, thanks for the tutorial

ErickCastrilloArroyo
Автор

Keep adding new content bro! We need content like this. Add more Laravel. Thanks.

wahsher
Автор

Wonderful video, that's exactly what I needed. Yes baby thank you

bnjamim
Автор

Why do You use snake case in tests naming? What convention do You use?

PunctRu
Автор

hello.. even if i use sqlite database than also my data goes in my real database .. y so?

whcuomt
Автор

Instead of running `./vendor/bin/phpunit`, why not just run `php artisan test`, which has an even nicer output?