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