-
Notifications
You must be signed in to change notification settings - Fork 15
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
Some update tests failing #531
Comments
I should note that this only occurs when the tests are run with WordPoints network activated. I have a feeling that it is related to WordPoints/dev-lib#161. |
The uninstall and Ajax tests are also failing on multisite. Possibly related. |
Apparently this is caused by |
The issue with the uninstall (and presumably Ajax) tests appears to be separate. |
For posterity, the issue with the Ajax tests was fixed in WordPoints/dev-lib#179. |
We've updated the wp-filesystem-mock package recently, to take advantage of its improved autoloading compatibility. So we now no longer need to manually include those classes, or even check if they exist. However, the filesystem mock package no longer automatically includes the base filesystem class, so we need to include that manually before we use the filesystem mocker. See #531
See https://travis-ci.org/WordPoints/wordpoints/jobs/159920235#L377 for example.
The text was updated successfully, but these errors were encountered: