You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Many of the unit tests use
setUp()
andtearDown()
without the return type specified asvoid
- 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.
The text was updated successfully, but these errors were encountered: