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: Unit tests are not compatible with PHP 8 #5

Open
sig-peggy opened this issue Dec 9, 2024 · 0 comments
Open

Fix: Unit tests are not compatible with PHP 8 #5

sig-peggy opened this issue Dec 9, 2024 · 0 comments

Comments

@sig-peggy
Copy link
Collaborator

Many of the unit tests use setUp() and tearDown() without the return type specified as void - this is required for use with PHP 8 and/or PHPUnit 9.
Once made compatible with the parent classes being used, unit tests should also be checked and updated as required to ensure all tests pass as expected.

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

1 participant