RemoteWithXmlCept.php 309 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-xml');
  6. $I->seeInShellOutput('Code Coverage Report');
  7. $I->seeFileFound('coverage.xml', 'tests/_output');
  8. $I->seeCoverageStatsNotEmpty();