Skip to content

Commit 8aec2d6

Browse files
committed
change will(returnValue) to willReturn
1 parent e9fb6a1 commit 8aec2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Tests/ORM/Proxy/ProxyFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public function testUnmanagedPropertyTriggerProxyLoad(): void
260260
->expects(self::atLeastOnce())
261261
->method('loadById')
262262
->with(self::equalTo($identifier))
263-
->will(self::returnValue($product));
263+
->willReturn($product);
264264

265265
$persister
266266
->expects(self::atLeastOnce())

0 commit comments

Comments
 (0)