PhpStorm supports PHPUnit, Codeception, Behat, and PHPSpec test frameworks out of the box. Previously, to enable integration with them, you needed to perform two steps. First, you had to set up a configuration telling PhpStorm where the corresponding library was located, and then go through and create a run configuration defining how to run it.
In PhpStorm 2018.3, the process is much simpler. Here’s all you need to do to get started with a test framework:
Declare a dependency in composer.json.
Put a configuration file under your project root. This can be behat.yml, codeception.yml, ph