ConditionalCept.php 159 B

123456
  1. <?php
  2. $I = new ScenarioGuy($scenario);
  3. $I->amInPath('.');
  4. $I->canSeeFileFound('not-a-file');
  5. $I->canSeeFileFound('not-a-dir');
  6. $I->canSeeFileFound('nothing');