From 58425eb44cde41b9d81f0789e5a3d1310a61481f Mon Sep 17 00:00:00 2001 From: jhonnyL Date: Tue, 19 Apr 2016 13:29:13 +0000 Subject: [PATCH] [Config] Fix XmlUtilsTest namespace --- src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php b/src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php index cff40b1232..7d4f8f5269 100644 --- a/src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php +++ b/src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Config\Tests\Loader; +namespace Symfony\Component\Config\Tests\Util; use Symfony\Component\Config\Util\XmlUtils;