Blame view

vendor/codeception/base/tests/coverage/RemoteWithHtmlCept.php 271 Bytes
2e86c939   xu   “首次提交”
1
2
3
4
5
6
7
<?php
$I = new CoverGuy($scenario);
$I->wantTo('try generate remote codecoverage xml report');
$I->amInPath('tests/data/sandbox');
$I->executeCommand('run remote --coverage-html');
$I->seeFileFound('index.html', 'tests/_output/coverage');
$I->seeCoverageStatsNotEmpty();