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 3634916 commit e9e9659Copy full SHA for e9e9659
Tests/Unit/Doctrine/Orm/RouteProviderTest.php
@@ -46,7 +46,7 @@ public function testGetRouteByName()
46
47
$this->objectRepository
48
->expects($this->any())
49
- ->method('findBy')
+ ->method('findOneBy')
50
->with(array('name' => '/cms/routes/test-route'))
51
->will($this->returnValue($this->route))
52
;
0 commit comments