minor #18591 [Config] Fix XmlUtilsTest namespace (JhonnyL)

This PR was merged into the 2.3 branch.

Discussion
----------

[Config] Fix XmlUtilsTest namespace

| Q             | A
| ------------- | ---
| Branch?       | 2.3
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

58425eb [Config] Fix XmlUtilsTest namespace
This commit is contained in:
Christophe Coevoet 2016-04-19 15:42:43 +02:00
commit 40b4cb2c4a
1 changed files with 1 additions and 1 deletions

View File

@ -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;