Blog
September 2, 2020
Are attribute casting tests worth the hassle?
Among others, Laravel offers a neat feature where model's attributes are cast to desired cast types. Although I follow the Laravel community regularly, I've never come across an article that would...
ReadAugust 31, 2020
Gain more confidence when testing traits
In my one of more recent articles that I wrote on LinkedIn, I presented how to test PHP traits in tow steps. But something was missing. The test assured us that trait is imported into the class. But...
Read