Skip to content

Commit 888294c

Browse files
committed
[Tests] Fixed incorrect ParameterBag being used in HttpCacheResponseSubscriberSpec
1 parent 5ae4bd1 commit 888294c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/EventSubscriber/HttpCacheResponseSubscriberSpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Ibexa\HttpCache\ResponseConfigurator\ResponseCacheConfigurator;
1414
use PhpSpec\ObjectBehavior;
1515
use Prophecy\Argument;
16-
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
16+
use Symfony\Component\HttpFoundation\ParameterBag;
1717
use Symfony\Component\HttpFoundation\Request;
1818
use Symfony\Component\HttpFoundation\Response;
1919
use Symfony\Component\HttpKernel\Event\ResponseEvent;

0 commit comments

Comments
 (0)