Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No code coverage driver available #2556

Closed
punchi opened this issue Nov 18, 2015 · 2 comments
Closed

No code coverage driver available #2556

punchi opened this issue Nov 18, 2015 · 2 comments
Labels

Comments

@punchi
Copy link

punchi commented Nov 18, 2015

Apache: 2.4.17
PHP: 5.6.15
SO: Windows 7
Framework: Laravel 5.1

Developing in a local environment (not remote)

php_info()

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
    with Xdebug v2.3.3, Copyright (c) 2002-2015, by Derick Rethans

codeception.yml

{...}
coverage:
  enabled: true

composer.json

{...}
    "require": {
        "php": ">=5.5.9",
        "laravel/framework": "5.1.*",
        "laravelcollective/html": "5.1.*",
        "barryvdh/laravel-debugbar": "^2.0"
    },
    "require-dev": {
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "0.9.*",
        "phpunit/phpunit": "~4.0",
        "phpspec/phpspec": "~2.1",
        "codeception/codeception": "*"
    },
{...}

Tried with this way too: https://github.com/Codeception/c3

Don't know what else to do =/ a bug? any help is welcome =)

@Naktibalda
Copy link
Member

@punchi have you solved this issue?

@punchi
Copy link
Author

punchi commented Jan 15, 2016

Yes! but I really don't remember what I did to make it work, but I have to make it as "remote" and had to add the c3.php file.

Thanks!

@punchi punchi closed this as completed Jan 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants