Exemplo n.º 1
0
<?php

require '_bootstrap.php';
$I = new DumbGuy($scenario);
$I->wantTo('check config exists');
$I->seeFileFound($codeception);
Exemplo n.º 2
0
<?php

$I = new DumbGuy($scenario);
$I->wantTo('check config exists');
$I->seeFileFound('codeception.yml');