Skip to content

Commit 0048898

Browse files
committed
adjust to interface name change
1 parent cf909e4 commit 0048898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Admin/Extension/RouteReferrersExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
* Admin extension to add routes tab to content implementing the
12-
* RouteReferrersWriteInterface.
12+
* RouteReferrersInterface.
1313
*
1414
* @author David Buchmann <[email protected]>
1515
*/

Tests/Functional/Doctrine/Phpcr/RedirectRouteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testRedirectDoctrine()
5454
*/
5555
public function testSetContent()
5656
{
57-
$content = $this->getMock('Symfony\\Cmf\\Component\\Routing\\RouteReferrersInterface');
57+
$content = $this->getMock('Symfony\\Cmf\\Component\\Routing\\RouteReferrersReadInterface');
5858
$redirect = new RedirectRoute;
5959
$redirect->setContent($content);
6060
}

0 commit comments

Comments
 (0)