Blame view

vendor/codeception/base/tests/coverage/RemoteWithCrap4jCept.php 322 Bytes
2e86c939   xu   “首次提交”
1
2
3
4
5
6
7
8
<?php
$I = new CoverGuy($scenario);
$I->wantTo('try generate remote crap4j xml report');
$I->amInPath('tests/data/sandbox');
$I->executeCommand('run remote --coverage-crap4j');
$I->seeInShellOutput('Crap4j report generated in crap4j.xml');
$I->seeFileFound('crap4j.xml', 'tests/_output');
#$I->seeCoverageStatsNotEmpty();