Ejemplo n.º 1
0
<?php

// @group notorun
// @incomplete
$I = new SkipGuy($scenario);
$I->wantTo('make it incomplete');
Ejemplo n.º 2
0
<?php

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

// @skip
$I = new SkipGuy($scenario);
$I->wantTo('skip it');
Ejemplo n.º 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');