Writing My First Tests with PHPUnit
From installing PHPUnit to writing my first unit tests — what worked, what tripped me up, and the lessons learned along the way.
Category
Developer tools: Git, Composer, npm, build tools, Docker, databases, messaging, search, CI/CD and debugging. (Page 3/4)
This category has 22 posts.
From installing PHPUnit to writing my first unit tests — what worked, what tripped me up, and the lessons learned along the way.
Branching habits, merge strategies, and how to build a traceable change history with Git and pull requests.
Laravel Mix provides a fluent API that lets you compile JavaScript and CSS assets without writing Webpack configuration from scratch.
Sharing what I learned about testing API endpoints without a browser, building collections, and integrating Postman into my development workflow.
Why I abandoned the build pipeline I built with Gulp, and what I gained — and struggled with — when switching to Webpack.
I configured a PHP package from scratch and published it on Packagist so others could use it — here's how I did it.