Phpunit error in PhpStorm

I had the same issue with Ubuntu 16.10, phpStorm 2017.2 and Laravel 5.5 Fixed it by uninstalling phpunit from my Ubuntu-system with sudo apt-get remove phpunit sudo apt-get install –autoremove or for mac: brew uninstall phpunit brew install phpunit My PhpStorm configuration (File -> Settings -> Languages & Frameworks -> PHP -> Test Frameworks): Works … Read more

How to configure DB Navigator for Jetbrains PHPStorm and WebStorm

Instructions Install DB Navigator Plugin via menubar >> Settings >> Plugins >> Available-Tab Download MySQL jdbc connector from here >> http://www.mysql.com/downloads/connector/j/ Unpack MySQL jdbc connector to a directory of your choice Restart PHPStorm / WebStorm Add a DB via menubar >> DB Navigator >> Settings >> Connection-Tab >> Plus-Button Enter the parameters for your connection … Read more

Changing Spaces Per Tab in PHPStorm

Settings/Preferences Editor | Code Style Now select your desired language (as it’s configured on per language basis) and check the option on the “Tabs and Indents” tab. If you are using the actual Tab symbol for intents then you will see the changes straight away. But if you use Space then you will need to … Read more