Skip to content

Commit

Permalink
[Tests] Fixed incorrect ParameterBag being used in HttpCacheResponseS…
Browse files Browse the repository at this point in the history
…ubscriberSpec
  • Loading branch information
alongosz committed Nov 22, 2024
1 parent 5ae4bd1 commit 888294c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/EventSubscriber/HttpCacheResponseSubscriberSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Ibexa\HttpCache\ResponseConfigurator\ResponseCacheConfigurator;
use PhpSpec\ObjectBehavior;
use Prophecy\Argument;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
use Symfony\Component\HttpFoundation\ParameterBag;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Event\ResponseEvent;
Expand Down

0 comments on commit 888294c

Please sign in to comment.