Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 636fe72

Browse files
committed
Reproduce the bug
1 parent b5af008 commit 636fe72

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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(2))
100+
->expects($this->exactly(3))
101101
->method('getMetadataFor')
102102
->withAnyParameters()
103103
->willReturn($classMetadata);
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace Symfony\Component\Validator\Tests\Dummy;
4+
5+
class TraitPass
6+
{
7+
}

0 commit comments

Comments
 (0)