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

Fix: Require phpunit/phpunit #33

Merged
merged 1 commit into from Jun 18, 2020
Merged

Conversation

mark-gerarts
Copy link
Contributor

The test suite makes use of \PHPUnit_Framework_TestCase, which is from earlier versions of PHPUnit (<6.0). This updates the test suite, and adds PHPUnit as an explicit dev dependency in composer.json.

@mark-gerarts
Copy link
Contributor Author

Ah, I see that the CI fails. This could be resolved by not committing the lockfile. Unfortunately I don’t know enough of hhvm to know what’s going wrong there.

@localheinz localheinz changed the title Make use of the latest PHPUnit version Fix: Require phpunit/phpunit Jun 18, 2020
@localheinz localheinz self-assigned this Jun 18, 2020
@localheinz localheinz added the bug label Jun 18, 2020
Copy link
Collaborator

@localheinz localheinz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@localheinz localheinz merged commit 9611487 into nicmart:master Jun 18, 2020
@localheinz
Copy link
Collaborator

Thank you, @mark-gerarts!

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

Successfully merging this pull request may close these issues.

None yet

2 participants