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