| Current Path : /var/www/html/dyna-project/vendor/codeception/base/tests/coverage/ |
| Current File : /var/www/html/dyna-project/vendor/codeception/base/tests/coverage/RemoteServerWithXmlCept.php |
<?php
$I = new CoverGuy($scenario);
$I->wantTo('try generate remote codecoverage xml report');
$I->amInPath('tests/data/sandbox');
$I->executeCommand('run remote_server --coverage-xml remote_server.xml');
$I->seeFileFound('remote_server.xml', 'tests/_output');
$I->seeInThisFile('coverage generated');