Php
Streamlining Development with Custom Shell Functions: Reusing a command with a custom config for each project
Discover how to create custom shell functions for PHPUnit, Composer, and other tools to streamline your development workflow, especially when working across various tech stacks.
read articleRun Laravel Artisan Tests directly in PhpStorm test view
Learn how to run Laravel tests directly in PhpStorm with a custom workaround for artisan test and PHPUnit.
read articleExpected, actual, and super fast assertion creation
How fast can you create variables to hold expected and actual values in your test? And how little can you type to write the assertion?
read articleCoder ses tests sans les mains grâce aux Live Templates de PhpStorm
Faciliter l’écriture des tests avec les Live Templates des IDE Jetbrains
read articleAn alias to easily debug PHP scripts
The command to start debugging PHP scripts takes a lot of options. I wanted to free my memory from having to remember everything and created an alias to save me time, keystrokes and brain power.
read articleFaster environment with xDebug and Docker
A few tips for a faster dev env with xDebug and Docker
read articleTravis and different PHP versions in the same repo
How to set up Travis for different applications stored in the same repo but using different PHP versions.
read articleTest for behaviour not for implementation
Avoid coupling between tests and implementation by testing for behaviour
read articleBDD and domain code
How to use Behat as a design tool.
read articleTShirt a day
Code, learning and t-shirts
read article