Since version 3.7, PHPUnit allows us to install the test runner and optional dependencies using Composer. With PhpStorm 6, this workflow is now supported from the IDE.
Using both the bundled Composer support and PhpStorm’s unit testing support, we can install PHPUnit via Composer without any hass…