2 Replies to “(English) PHPUnit, PhpStorm and docker-compose”
Comments are closed.
Dipl. Inform. Fabian Schmengler | Magento Certified Developer | Magento Certified Solution Specialist
Comments are closed.
Eine übliche Konvention für Namespaces in PHP ist es, mit Vendor\Package zu beginnen, groß geschrieben (CamelCase StudlyCaps) mit "vendor" und...
Thanks for this. It helped me to know that others have the same problems. Sadly our tool stack means I’m on windows so the trick with having the exact same path on both sides doesn’t work for me.
The good news is that it looks like we don’t have long to wait for first class docker-compose.yml support in PHPStorm. https://youtrack.jetbrains.com/issue/WI-33800 says it is due in version 2017.2 which is hopefully coming soon.
For now I’ve given up with PHPUnit integration in PHPStorm and am running it from the command line.
We didn’t have to wait long! Docker-compose support is available in the PHPStorm EAP channel.
https://blog.jetbrains.com/phpstorm/2017/05/phpstorm-2017-2-early-access-program-is-open/
Will be installing later on today to try it out.