We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fef86 commit be78ef1Copy full SHA for be78ef1
src/Symfony/Component/Validator/Tests/Command/DebugCommandTest.php
@@ -97,7 +97,7 @@ public function testOutputWithPathArgument()
97
$propertyMetadata = $this->createMock(PropertyMetadataInterface::class);
98
99
$validator
100
- ->expects($this->exactly(3))
+ ->expects($this->exactly(2))
101
->method('getMetadataFor')
102
->withAnyParameters()
103
->willReturn($classMetadata);
0 commit comments