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

Restructure tests and add PHPUnit to package dependencies #8

Merged
merged 6 commits into from
Jun 12, 2019

Conversation

mallardduck
Copy link
Contributor

This change updates the way the tests are structured to use PSR-4 style autoloading.
The changes here will also help keep the package testable in the future as PHP7+ is taking over fast. So making sure the latest PHPUnit is supported will be important.

...this will keep the package more contained. Instead of relying on a/the system
provided PHPUnit, which may be a different version, than the library is
expecting.
...this (along with the structure change) is needed to get PHPUnit updated further.
@mallardduck mallardduck mentioned this pull request Nov 27, 2018
@simensen simensen merged commit 943290b into dflydev:master Jun 12, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants