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

Composer/Tests: update test dependencies #329

Merged
merged 1 commit into from
Oct 4, 2023

Commits on Oct 4, 2023

  1. Composer/Tests: update test dependencies

    This updates the minimum version of the WP Test Utils dependency.
    
    This also allows us to remove the work-around which was in place for Mockery not handling dynamic properties on mocked objects.
    This was fixed in Mockery 1.6.0, which will be used when running the tests against PHP 8.2+.
    
    Note: PHPUnit Polyfills 1.1.0 includes a new polyfill for the `assertObject[Not]HasProperty()` methods.
    The assertions which these new assertions replace are not used in this test suite, so no test changes are needed.
    jrfnl committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e0686fe View commit details
    Browse the repository at this point in the history