RemoteWithTextCept.php 265 B

1234567
  1. <?php
  2. $I = new CoverGuy($scenario);
  3. $I->wantTo('try generate remote codecoverage text report');
  4. $I->amInPath('tests/data/sandbox');
  5. $I->executeCommand('run remote --coverage-text');
  6. $I->seeFileFound('coverage.txt', 'tests/_output');
  7. $I->seeCoverageStatsNotEmpty();