Early Access Program

PhpStorm 2017.3 EAP 173.3415.21

The new PhpStorm 2017.3 EAP build (173.3415.21) is now available! You can download it here or via JetBrains Toolbox App. Or, if you have the previous PhpStorm 2017.3 EAP build (173.3302.10) installed, you should soon get a notification in the IDE about a patch update.

This build delivers new features, bug fixes, and improvements for PHP and the Web, and includes the latest improvements in IntelliJ Platform.

Code Templates for test methods

In this build, we’ve added Code Templates for PHPUnit, Codeception, and PHPSpec test methods (File | Settings | Editor | File and Code Templates). Combining this with the feature “Test methods generation” you can now fast and easily create boilerplate code for your test using PhpStorm.

Method templates support ${NAME} (name of the tested method) and ${TESTED_NAME} (name of the tested class) variables but we’re going to add other variables for greater flexibility.

test_method_templates

Apart from new features, this build has many bug fixes, including these:

  • Wrong error message “Built-in HTTP Server on custom port disabled” (WEB-11110)
  • Adding PHPDoc To Property – Extra Space (WI-18468)

See the full list of bug-fixes and improvements in our issue tracker and the complete release notes.

Download PhpStorm 2017.3 EAP 173.3415 for your platform from the project EAP page or click “Update” in your JetBrains Toolbox App. And please do report any bugs and feature request to our Issue Tracker.

Your JetBrains PhpStorm Team
The Drive to Develop

image description