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

8 lines
265 B
PHP

<?php
$I = new CoverGuy($scenario);
$I->wantTo('try generate remote codecoverage text report');
$I->amInPath('tests/data/sandbox');
$I->executeCommand('run remote --coverage-text');
$I->seeFileFound('coverage.txt', 'tests/_output');
$I->seeCoverageStatsNotEmpty();