<?php require '_bootstrap.php'; $I = new DumbGuy($scenario); $I->wantTo('check config exists'); $I->seeFileFound($codeception);
/** * @group countevents * @param DumbGuy $I */ public function countGroupEvents(DumbGuy $I) { $I->wantTo('affirm that Group events fire only once'); }