PHPStorm: PHPUnit setUp and tearDown at the top of your class
If you are like me, you prefer your setUp and tearDown methods in your PHPunit tests to be at the top of your classes, so it is easy to see what is going on. But PHPStorm orders it’s methods by default by modifiers, which makes setUp and tearDown normally end up at the bottom. But […]