init
This commit is contained in:
7
vendor/codeception/base/tests/coverage/RemoteWithHtmlCept.php
vendored
Normal file
7
vendor/codeception/base/tests/coverage/RemoteWithHtmlCept.php
vendored
Normal file
@@ -0,0 +1,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();
|
||||
Reference in New Issue
Block a user