Skip to content

Commit 79d8faa

Browse files
committed
Update comment to reflect what happened
1 parent 9e16136 commit 79d8faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ protected function createContext()
139139
'validatePropertyValue',
140140
'getViolations',
141141
];
142-
// PHPUnit 10 deprecated MockBuild::setMethods()
142+
// PHPUnit 10 removed MockBuilder::setMethods()
143143
if (method_exists($contextualValidatorMockBuilder, 'onlyMethods')) {
144144
$contextualValidatorMockBuilder->onlyMethods($contextualValidatorMethods);
145145
} else {

0 commit comments

Comments
 (0)