Skip to content

Commit

Permalink
[Tests] Fixed usage of legacy namespace in Behat scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Jun 5, 2024
1 parent 73969a4 commit ff99eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/setup/symfonyCache.feature
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ index 9982c21..03ac40a 100644
<?php
use App\Kernel;
+use EzSystems\PlatformHttpCacheBundle\AppCache;
+use Ibexa\Bundle\HttpCache\AppCache;
+use Symfony\Component\HttpFoundation\Request;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
Expand Down

0 comments on commit ff99eec

Please sign in to comment.