Wiki Markup |
---|
{align:right}
{html}
<a href="http://twitter.com/share" class="twitter-share-button" data-text="Using Behat in PhpStorm" data-count="horizontal" data-via="phpstorm" data-hashtags="">Tweet</a><script charset="local" type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<span id="fb-root"></span><script charset="local" type="text/javascript" src="http://connect.facebook.net/en_US/all.js#appId=225642620794980&xfbml=1"></script><fb:like href="http://confluence.jetbrains.com/display/PhpStorm/Using+Behat+in+PhpStorm" send="false" layout="button_count" width="150" show_faces="false" style="position:relative;margin-left:-20px;top:-5px;"></fb:like>
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
<g:plusone size="medium"></g:plusone>
{html}
{align} |
Include Page |
---|
| Social Buttons PhpStorm |
---|
| Social Buttons PhpStorm |
---|
|
Note |
---|
|
Behat is a BDD (behavior driven development) framework for PHP. With BDD, you write human-readable stories that describe the behavior of your application. These stories can then be auto-tested against your application. This tutorial describes how to install, configure and use Behat right from the PhpStorm IDE. Behat support is currently available in PhpStorm 8 EAP. |

Prerequisites
To make use of Behat, we first have to install it on our system. Read more about Behat installation in official documentation.
...
If you have any bugs to report and/or feature requests to add related to Behat functionality, please do so in our Issue Tracker.
...
Include Page |
---|
| Social Buttons PhpStorm |
---|
| Social Buttons PhpStorm |
---|
|