Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 38f364e

Browse files
committed
Fixed test for 5.3
1 parent 492f6b7 commit 38f364e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Unit/AutoRoute/RouteMaker/RouteMakerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class RouteMakerTest extends GenericMakerTest
88
{
9-
protected $routeClass = 'Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route';
9+
public $routeClass = 'Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route';
1010
protected $makerClass = 'Symfony\Cmf\Bundle\RoutingAutoBundle\AutoRoute\RouteMaker\RouteMaker';
1111

1212
public function testMake()
@@ -30,7 +30,7 @@ public function testMake()
3030
$expected = array('/test', '/test/foo');
3131

3232
$test->assertInstanceOf(
33-
$this->routeClass,
33+
$test->routeClass,
3434
$doc
3535
);
3636

0 commit comments

Comments
 (0)