예제 #1
0
 /**
  * @group countevents
  * @param DumbGuy $I
  */
 public function countGroupEvents(DumbGuy $I)
 {
     $I->wantTo('affirm that Group events fire only once');
 }
예제 #2
0
<?php

require '_bootstrap.php';
$I = new DumbGuy($scenario);
$I->wantTo('check config exists');
$I->seeFileFound($codeception);
예제 #3
0
 public function pessimistic(DumbGuy $I)
 {
     $I->expect('everything is bad');
 }