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

Update dependency phpunit/phpunit to v10 #72

Merged
merged 4 commits into from
Jul 24, 2023

Commits on Jul 24, 2023

  1. Update dependency phpunit/phpunit to v10

    | datasource | package         | from   | to     |
    | ---------- | --------------- | ------ | ------ |
    | packagist  | phpunit/phpunit | 9.6.10 | 10.2.6 |
    
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3f7aa6c View commit details
    Browse the repository at this point in the history
  2. Upgraded to PHPUnit 10

     * PHPUnit 10 config now validating
     * Backing up globals only done for relevant tests
     * Removed all janky mocks, replaced with anonymous classes and built-in mocking utilities
    Ocramius committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4cf74f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be50be9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b473d33 View commit details
    Browse the repository at this point in the history