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 #111

Merged
merged 4 commits into from
Jun 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
phpunit/phpunit (source) require-dev major 9.5.26 -> 10.2.2

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

sebastianbergmann/phpunit

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

v10.1.3

Compare Source

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.0.19

Compare Source

v10.0.18

Compare Source

v10.0.17

Compare Source

v10.0.16

Compare Source

v10.0.15

Compare Source

v10.0.14

Compare Source

v10.0.13

Compare Source

v10.0.12

Compare Source

v10.0.11

Compare Source

v10.0.10

Compare Source

v10.0.9

Compare Source

v10.0.8

Compare Source

v10.0.7

Compare Source

v10.0.6

Compare Source

v10.0.5

Compare Source

v10.0.4

Compare Source

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

v9.6.9

Compare Source

v9.6.8

Compare Source

v9.6.7

Compare Source

v9.6.6

Compare Source

v9.6.5

Compare Source

v9.6.4

Compare Source

v9.6.3

Compare Source

v9.6.2

Compare Source

v9.6.1

Compare Source

v9.6.0

Compare Source

v9.5.28

Compare Source

v9.5.27

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Read more information about the use of Renovate Bot within Laminas.

@renovate renovate bot added the renovate label Feb 3, 2023
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from faec210 to be89ffd Compare May 8, 2023 12:09
@Xerkus Xerkus added this to the 4.8.0 milestone May 8, 2023
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch 3 times, most recently from 4b9f1fb to b659f86 Compare May 13, 2023 00:10
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch 2 times, most recently from 1648eef to ff75424 Compare May 24, 2023 01:54
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch 4 times, most recently from 44be1ed to a38b83d Compare June 5, 2023 08:48
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from a38b83d to f665f2f Compare June 11, 2023 06:20
@Xerkus Xerkus modified the milestones: 4.8.0, 4.7.0 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from f665f2f to 56e21dd Compare June 14, 2023 01:17
renovate bot and others added 4 commits June 14, 2023 11:20
| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| packagist  | phpunit/phpunit | 9.5.26 | 10.2.2 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
…y PhpUnit v10

Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
@Xerkus Xerkus force-pushed the renovate/phpunit-phpunit-10.x branch from 56e21dd to bdcbc5a Compare June 14, 2023 06:26
@renovate
Copy link
Contributor Author

renovate bot commented Jun 14, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@Xerkus
Copy link
Member

Xerkus commented Jun 14, 2023

PhpUnit removed withConsecutive() from mocks. It is for a good reason but no alternative was provided for when invocation order does matter. Nor there is an alternative to asserting different combinations of parameters are used in particular order or without.

Provided here ConsecutiveConstraint allows to migrate phpunit but going forward tests should probably be rewritten in a way that does not rely on it.

Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👍

Thanks @Xerkus!

@Ocramius Ocramius self-assigned this Jun 14, 2023
@Ocramius Ocramius added the dependencies Pull requests that update a dependency file label Jun 14, 2023
@Ocramius Ocramius merged commit 862a7a6 into 4.7.x Jun 14, 2023
@Ocramius Ocramius deleted the renovate/phpunit-phpunit-10.x branch June 14, 2023 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants