Skip to content

Commit 710cb73

Browse files
committed
remove usages of the deprecated any() invoked count expectation
1 parent 66c2867 commit 710cb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ArgumentResolver/EntityValueResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public function testResolveWithRouteMapping()
337337
['title' => 'foo'] => $article,
338338
});
339339

340-
$manager->expects($this->any())
340+
$manager
341341
->method('getRepository')
342342
->willReturn($repository);
343343

0 commit comments

Comments
 (0)