From 0660891d16bd727f793cc966dee57f18c9da53a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 10 Dec 2015 07:55:42 +0100 Subject: [PATCH] [PropertyInfo] Fix some namespaces in tests --- .../Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php | 2 +- src/Symfony/Component/PropertyInfo/Tests/TypeTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php b/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php index a50cf942e5..c7375d3006 100644 --- a/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php +++ b/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\PropertyInfo\PropertyInfo\Tests; +namespace Symfony\Component\PropertyInfo\Tests; use Symfony\Component\PropertyInfo\PropertyInfoExtractor; use Symfony\Component\PropertyInfo\Tests\Fixtures\DummyExtractor; diff --git a/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php b/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php index 7663cfc636..7a990ccffc 100644 --- a/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php +++ b/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\PropertyInfo\PropertyInfo\Tests; +namespace Symfony\Component\PropertyInfo\Tests; use Symfony\Component\PropertyInfo\Type;