-
Notifications
You must be signed in to change notification settings - Fork 22
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 compatibility #87
Comments
So, you mean that even https://travis-ci.org/github/eduardok/libsmbclient-php/builds/761208019 is ugly enough ? |
I'm trying to understand that actual failure there... 20 vs 2. |
@remicollet if you have any comments on ENOTDIR returning 2 on PHP 8, please let me know. If it is the expected behaviour than I can probably add those changes to the master branch, and have the library tested on PHP 8 going forward. |
Used to try run tests for Alpinelinux and got new failure with PHP 8.1
Not clear how to setup smb-server to test connection test |
Managing PHPUnit compatibility is a real nightmare
Most often, PHP extensions use .phpt file instead of phpunit test case
For now, we are unable to run test suite with PHP 8 because of phpunit
This ticket is for discussion.
What should we do for tests ?
The text was updated successfully, but these errors were encountered: