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

Commit 2457165

Browse files
committed
Fix tests
1 parent f854664 commit 2457165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Unit/Enhancer/SonataAdminEnhancerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function setUp()
2727
$this->visitor = $this->prophesize('JMS\Serializer\GenericSerializationVisitor');
2828
$this->generator = $this->prophesize('Symfony\Component\Routing\Generator\UrlGeneratorInterface');
2929
$this->payload = new \stdClass();
30-
$this->resource = $this->prophesize('Puli\Repository\Api\Resource\Resource');
30+
$this->resource = $this->prophesize('Symfony\Cmf\Component\Resource\Repository\Resource\CmfResource');
3131
$this->route1 = $this->prophesize('Symfony\Component\Routing\Route');
3232
$this->route2 = $this->prophesize('Symfony\Component\Routing\Route');
3333
$this->routeCollection = $this->prophesize('Sonata\AdminBundle\Route\RouteCollection');

0 commit comments

Comments
 (0)