PhpStorm 8 EAP 138.184 is available for download.
From the PHP side, this build features:
Initial support for Behat (BDD framework for PHP). Now Behat run configurations can be set in the same way as PHPUnit's. Usual testing workflow (running with Run action, UI for running tests and displaying results) is already implemented. More Behat-related features are coming in next EAPs.
Type inference: support for "foreach" of classes that implements ArrayAccess and Iterator interfaces (see WI-8039 for more details)
Ability to skip certain functions with PHP debug Step Into (curr