| Current Path : /var/www/html/hr/vendor/codeception/base/tests/coverage/ |
| Current File : /var/www/html/hr/vendor/codeception/base/tests/coverage/RemoteWithXmlCept.php |
<?php
$I = new CoverGuy($scenario);
$I->wantTo('try generate remote codecoverage xml report');
$I->amInPath('tests/data/sandbox');
$I->executeCommand('run remote --coverage-xml');
$I->seeInShellOutput('Code Coverage Report');
$I->seeFileFound('coverage.xml', 'tests/_output');
$I->seeCoverageStatsNotEmpty();