RemoteWithCrap4jCept.php 322 B

123456789
  1. <?php
  2. $I = new CoverGuy($scenario);
  3. $I->wantTo('try generate remote crap4j xml report');
  4. $I->amInPath('tests/data/sandbox');
  5. $I->executeCommand('run remote --coverage-crap4j');
  6. $I->seeInShellOutput('Crap4j report generated in crap4j.xml');
  7. $I->seeFileFound('crap4j.xml', 'tests/_output');
  8. #$I->seeCoverageStatsNotEmpty();