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

phpunit task is not compatible with PHPUnit 6.0 #659

Closed
MaXal opened this issue Feb 3, 2017 · 3 comments
Closed

phpunit task is not compatible with PHPUnit 6.0 #659

MaXal opened this issue Feb 3, 2017 · 3 comments
Milestone

Comments

@MaXal
Copy link

MaXal commented Feb 3, 2017

PHPUnit 6.0 was rewritten to use namespaces so classes like PHPUnit_Framework_TestListener can't be found anymore.

@mrook
Copy link
Member

mrook commented Feb 6, 2017

Thanks for the report. If you'd like to contribute a fix, that'd be awesome (PHPUnit 5.x still has to be supported though!), otherwise we'll see what we can do. For the time being, you can exec phpunit.

@mrook
Copy link
Member

mrook commented Feb 6, 2017

#583 is related.

@mrook
Copy link
Member

mrook commented Mar 13, 2017

Should be fixed by #688.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants