From b920f222a285230c72969c53c89332cb4a487dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Parafi=C5=84ski?= Date: Mon, 18 Oct 2021 15:53:43 +0200 Subject: [PATCH] IBX-913: Fixed test namespace (#160) --- tests/PurgeClient/LocalPurgeClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PurgeClient/LocalPurgeClientTest.php b/tests/PurgeClient/LocalPurgeClientTest.php index bab465f1..c531518b 100644 --- a/tests/PurgeClient/LocalPurgeClientTest.php +++ b/tests/PurgeClient/LocalPurgeClientTest.php @@ -4,7 +4,7 @@ * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. */ -namespace eZ\Publish\Core\MVC\Symfony\Cache\Tests; +namespace EzSystems\PlatformHttpCacheBundle\Tests\PurgeClient; use EzSystems\PlatformHttpCacheBundle\RequestAwarePurger; use EzSystems\PlatformHttpCacheBundle\PurgeClient\LocalPurgeClient;