Skip to content

Instantly share code, notes, and snippets.

@DavertMik
Last active December 19, 2015 12:09
Show Gist options
  • Save DavertMik/5953203 to your computer and use it in GitHub Desktop.
Save DavertMik/5953203 to your computer and use it in GitHub Desktop.
Comments in Codeception 1.6.4
<?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