Features
Releases
Creating PHPUnit Tests in PhpStorm
Starting with PhpStorm 6.0, PHPUnit Skeleton Generator is no longer available in the IDE.
PHPUnit tests creation functionality has been completely re-worked so that PhpStorm generates tests itself and you can benefit from its flexibility and code insight. The IDE already knows a lot about your code and your project and uses this information for effective code generation.
Check out this tutorial on PHPUnit Tests Creation with PhpStorm at our Tutorial Space…