Server_AccessControl/vendor/codeception/base/tests/coverage/RemoteServerWithHtmlCept.php
2020-10-06 14:27:47 +07:00

7 lines
265 B
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-html remote_server');
$I->seeFileFound('index.html', 'tests/_output/remote_server');