Laravel Testing: Authorization, Traits, and MySQL vs SQLite

preview_player
Показать описание
The fourth part of a code review of an open-source repository called Skuul. This time, we're talking about automated tests - this project has a lot of them.

- - - - -
Support the channel by checking out my products:

- - - - -
Other places to follow:
Рекомендации по теме
Комментарии
Автор

Always useful, thanks a lot Sir 🙏. I'll improve my tests 💪

chlouis-girardot
Автор

I forgot to refactor the academic year test🤣🤣

yungifez
Автор

It was useful, I really appreciate it

MohammadRoshandelpoor
Автор

Hi, how did you set up MySQL test database? Spent a few weeks trying to configure it and I just run into a wall every time.

Dan-pmhd
Автор

Thanks for the stream as always!~
Anyway, can you make a course about laravel testing via browser interaction like from jquery (show/hide modal, ajax, etc.)? I want to start writing a test, but I'm using jquery for all of my projects and incoming projects. Thanks in advance.

PIkaChannel
Автор

While watching this it made me think of maybe a good scenario to do a video on. What if you had a bit of a legacy Laravel app and wanted to introduce testing.

Take a simple blog/comments app that already has data in the database, there would no migrations or seeders. How would you set up testing, could you use refresh database etc?

CyanidePierce
Автор

hi
I'm struggling with subscription I'm getting my card (The card was declined.)
I double-checked the amount and it's OK

khaledwaleed
Автор

I have 2565 tests for my business site. I don't deploy anything to it without tests.

jderdmann
Автор

Is it possible to save something in env from controller method?

jatinchauhan