示例#1
0
<?php

// @group notorun
// @incomplete
$I = new SkipGuy($scenario);
$I->wantTo('make it incomplete');
<?php

// @env nothing
$I = new SkipGuy($scenario);
$I->wantTo('run something');
$I->expect('it will work');
示例#3
0
<?php

// @skip
$I = new SkipGuy($scenario);
$I->wantTo('skip it');
示例#4
0
<?php

$I = new SkipGuy($scenario);
$I->wantTo('talk, just talk');
$I->am('very lazy qa');
$I->lookForwardTo('not do anything at all');
$I['have a comment for you'];
$I['but I am too lazy to do any job'];
$I['so please do that yourself'];
$I->amGoingTo('leave that to you');
$I->expect('you forgive me');