Blame view

vendor/codeception/base/tests/coverage/RemoteServerWithHtmlCept.php 265 Bytes
8ec727c1   曹明   初始化代码提交
1
2
3
4
5
6
<?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');