Blame view

vendor/codeception/base/tests/coverage/RemoteServerWithCrap4jCept.php 302 Bytes
2e86c939   xu   “首次提交”
1
2
3
4
5
6
7
<?php
$I = new CoverGuy($scenario);
$I->wantTo('try generate remote codecoverage crap4j report');
$I->amInPath('tests/data/sandbox');
$I->executeCommand('run remote_server --coverage-crap4j remote_crap.xml');
$I->seeFileFound('remote_crap.xml', 'tests/_output');
$I->seeInThisFile('Method Crap Stats');