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

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