init
This commit is contained in:
8
vendor/codeception/base/tests/coverage/RemoteWithXmlCept.php
vendored
Normal file
8
vendor/codeception/base/tests/coverage/RemoteWithXmlCept.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$I = new CoverGuy($scenario);
|
||||
$I->wantTo('try generate remote codecoverage xml report');
|
||||
$I->amInPath('tests/data/sandbox');
|
||||
$I->executeCommand('run remote --coverage-xml');
|
||||
$I->seeInShellOutput('Code Coverage Report');
|
||||
$I->seeFileFound('coverage.xml', 'tests/_output');
|
||||
$I->seeCoverageStatsNotEmpty();
|
||||
Reference in New Issue
Block a user