Last active
December 19, 2015 12:09
-
-
Save DavertMik/5953203 to your computer and use it in GitHub Desktop.
Comments in Codeception 1.6.4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$I = new TestGuy($scenario); | |
$I->am('business analyst'); | |
$I->wantTo('say what have to be done'); | |
$I->lookForwardTo('you do it well, and then you get it tested'); | |
$I['think there should be a T-Shirt shop']; | |
$I['where I can pick a shirt of my size and order it']; | |
$I['site will suggest me the nearest place to my location']; | |
$I['will be charged immediately']; | |
$I->expect('you will do this job in 1 month'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment