RemoteWithHtmlCept.php 271 B

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