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

chore(deps): update dependency phpunit/phpunit to v10 #88

Merged
merged 3 commits into from
Mar 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
phpunit/phpunit (source) require-dev major 9.6.3 -> 10.0.14

Release Notes

sebastianbergmann/phpunit

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.4

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) February 5, 2023 02:33
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch 5 times, most recently from 52a3955 to aaa8ca8 Compare February 12, 2023 16:42
@renovate renovate bot requested review from a team February 15, 2023 18:07
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch 6 times, most recently from 3e66a3f to df9f265 Compare February 25, 2023 06:48
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from df9f265 to 3f44ac2 Compare February 27, 2023 07:23
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 3f44ac2 to 8a78190 Compare February 27, 2023 16:01
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x branch from 8a78190 to 2354f90 Compare March 1, 2023 08:54
@GTony GTony force-pushed the renovate/phpunit-phpunit-10.x branch from 2354f90 to 560b6c3 Compare March 1, 2023 21:08
@renovate
Copy link
Contributor Author

renovate bot commented Mar 1, 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.

* @var TraceBuilder&MockObject
*/
private $previousExceptionTraceBuilder;
private File|MockObject $adaptor;
Copy link
Contributor

Choose a reason for hiding this comment

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

le "ou" ici est pour faire plaisir a psalm

Choose a reason for hiding this comment

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

Par curiosité, j'ai testé sur mon poste et je n'ai aucune erreur avec File&MockObject. Je dirais que c'est la meilleure notation

Copy link
Contributor

Choose a reason for hiding this comment

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

oui, c'est & qu'il faut mettre la dernière version de psalm est ok avec c¸a

Copy link

@Christian-Arcand Christian-Arcand left a comment

Choose a reason for hiding this comment

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

C'est ben beau, le commentaires sont plus esthétiques

@@ -31,7 +31,7 @@ public function test_validateLogLevel_shouldThrowInvalidLogLevelWhenLevelIsUnkno
LogLevelHelper::validateLogLevel('unknown level');
}

public function provideLevels(): array
public static function provideLevels(): array

Choose a reason for hiding this comment

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

Tant qu'à la mettre statique, on pourrait aussi l'extraire dans une Fixture. C'est une classe de test, elle ne devrait pas partager des méthodes avec d'autres classes

@@ -45,7 +45,7 @@ public function test_shouldNotLogWhenLoggerLevelIsHigherThanMessage($loggerLevel
$this->loggerDecorator->log($levelOfMessage, 'a message');
}

public function provideLowerLogLevels(): array
public static function provideLowerLogLevels(): array

Choose a reason for hiding this comment

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

Même commentaire que pour LogLevelHelperTest#provideLevels

* @var TraceBuilder&MockObject
*/
private $previousExceptionTraceBuilder;
private File|MockObject $adaptor;

Choose a reason for hiding this comment

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

Par curiosité, j'ai testé sur mon poste et je n'ai aucune erreur avec File&MockObject. Je dirais que c'est la meilleure notation

@renovate renovate bot merged commit 8a15295 into master Mar 2, 2023
@renovate renovate bot deleted the renovate/phpunit-phpunit-10.x branch March 2, 2023 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants