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

9 lines
322 B
PHP

<?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();