-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
52a3955
to
aaa8ca8
Compare
3e66a3f
to
df9f265
Compare
df9f265
to
3f44ac2
Compare
3f44ac2
to
8a78190
Compare
8a78190
to
2354f90
Compare
2354f90
to
560b6c3
Compare
Edited/Blocked NotificationRenovate 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; |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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
This PR contains the following updates:
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.
This PR has been generated by Mend Renovate. View repository job log here.