php - How to setup Codeception with remote code coverage? -


  • i have 2 repo on machine
    1. api
    2. codeception repo tests api

in api repo have added codeception+c3

"require-dev": {     "codeception/codeception": "2.*",     "codeception/c3": "2.*", 

i've included c3.php inside index.php, when trying test --coverage have error

[phpunit_framework_exception] file_get_contents(http://local.api.codeception.com/c3/report/clear): fai led open stream: http request failed! http/1.1 500 internal server error

is there any online example of remote codecoverage codeception?

ok, configuration nightmare, i've fixed it

here example


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -