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 d00f256 commit f2750c7Copy full SHA for f2750c7
Tests/Validator/Constraints/UniqueEntityValidatorTest.php
@@ -114,7 +114,7 @@ protected function createEntityManagerMock($repositoryMock)
114
->method('hasField')
115
->willReturn(true)
116
;
117
- $refl = $this->createStub(\ReflectionProperty::class);
+ $refl = $this->createMock(\ReflectionProperty::class);
118
$refl
119
->method('getValue')
120
0 commit comments