Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79d8faa

Browse filesBrowse files
committed
Update comment to reflect what happened
1 parent 9e16136 commit 79d8faa
Copy full SHA for 79d8faa

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.