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

Tests failing due to PHPUnit version #30

Open
emarref opened this issue Sep 12, 2017 · 1 comment
Open

Tests failing due to PHPUnit version #30

emarref opened this issue Sep 12, 2017 · 1 comment

Comments

@emarref
Copy link
Owner

emarref commented Sep 12, 2017

Either update tests to use namespaced classes (e.g. \PHPUnit_Framework_TestCase to \PHPUnit\Framework\TestCase) or lock the phpunit version to a release that allows non-namespaced classes.

@peter279k
Copy link

I prefer updating the PHPUnit version and use the class-based namespace.
And it can be compatible with the latest/stable PHPUnit versions 👍.

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

No branches or pull requests

2 participants