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