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 6.0 #20

Closed
hiddewie opened this issue Feb 5, 2017 · 2 comments
Closed

PHPUnit 6.0 #20

hiddewie opened this issue Feb 5, 2017 · 2 comments

Comments

@hiddewie
Copy link
Contributor

hiddewie commented Feb 5, 2017

PHPUnit 6.0 has been released.

One of the large changes is that classes do not use the _ namespace separator, but rather the PSR \ namespace separator. (See https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.0.md).

This breaks the usages of PHPUnit-randomizer where the old classes are imported. Would you accept a PR which uses the new classes, and release a new version of your randomizer? Most of the namespaced classes are in use since somewhere around PHPUnit 5.4.

@fiunchinho
Copy link
Owner

Sure. Create the PR and I'll merge it. Thank you very much for your help!!

@hiddewie
Copy link
Contributor Author

hiddewie commented Feb 5, 2017

Great! See the PR.

@hiddewie hiddewie closed this as completed Feb 5, 2017
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