BiFace_Server_Lite/vendor/codeception/base/tests/coverage/RemoteServerWithXmlCept.php
2020-03-27 10:13:51 +07:00

8 lines
302 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-xml remote_server.xml');
$I->seeFileFound('remote_server.xml', 'tests/_output');
$I->seeInThisFile('coverage generated');