Skip to content

Commit be78ef1

Browse files
committed
Fix PHPUnit tests
1 parent b6fef86 commit be78ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Tests/Command/DebugCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function testOutputWithPathArgument()
9797
$propertyMetadata = $this->createMock(PropertyMetadataInterface::class);
9898

9999
$validator
100-
->expects($this->exactly(3))
100+
->expects($this->exactly(2))
101101
->method('getMetadataFor')
102102
->withAnyParameters()
103103
->willReturn($classMetadata);

0 commit comments

Comments
 (0)