RemoteServerWithHtmlCept.php 265 B

123456
  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_server --coverage-html remote_server');
  6. $I->seeFileFound('index.html', 'tests/_output/remote_server');