Bilal Haidar Profile picture
~16+ years Web Dev .๐Ÿ“šAuthor. @CODEmagazine. ๐Ÿ‘จโ€๐Ÿซ Mentor
Aug 2, 2022 โ€ข 4 tweets โ€ข 2 min read
๐ŸŒถ๏ธ #Laravel Tip: When testing with #PHPUnit, include phpunit.xml and phpunit.xml.dist files. PHPUnit first tries to use phpunit.xml; if that file doesn't exist, it tries to use phpunit.xml.dist instead.

PHPUnit only uses one of these files, never both.

๐Ÿงต Thread ๐Ÿงต ๐Ÿ‘‡ 1๏ธโƒฃ

๐ŸŒŸ ๐—•๐—ฒ๐˜€๐˜ ๐—ฃ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ๐˜€ ๐ŸŒŸ

1๏ธโƒฃ Include phpunit.xml.dist file in your Git repo
2๏ธโƒฃ Add phpunit.xml file to your .gitignore file
Jul 26, 2022 โ€ข 8 tweets โ€ข 2 min read
๐ŸŒถ #Laravel Tip: If you don't like magic (like me) & want to dig more into understanding things, this thread is for you!

โœด๏ธ ๐—›๐—ผ๐˜„ ๐—จ๐˜€๐—ฒ๐—ฟ ๐—ฅ๐—ฒ๐—ด๐—ถ๐˜€๐˜๐—ฟ๐—ฎ๐˜๐—ถ๐—ผ๐—ป & ๐—ฉ๐—ฒ๐—ฟ๐—ถ๐—ณ๐˜† ๐—˜๐—บ๐—ฎ๐—ถ๐—น ๐˜„๐—ผ๐—ฟ๐—ธ ๐—ถ๐—ป ๐—Ÿ๐—ฎ๐—ฟ๐—ฎ๐˜ƒ๐—ฒ๐—น (๐—•๐—ฟ๐—ฒ๐—ฒ๐˜‡๐—ฒ)

Let's start ๐Ÿ’ช

๐Ÿงต Thread ๐Ÿงต ๐Ÿ‘‡ 2/8 โœจโœจ Prerequisites โœจโœจ

๐Ÿ“ Create a new Laravel app
๐Ÿ“ Install the Breeze package. In my case, I installed the Breeze package with the option of --๐—ถ๐—ป๐—ฒ๐—ฟ๐˜๐—ถ๐—ฎ