[PropertyInfo] Fix some namespaces in tests

This commit is contained in:
Kévin Dunglas 2015-12-10 07:55:42 +01:00
parent bbe72f90a0
commit 0660891d16
2 changed files with 2 additions and 2 deletions

View File

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

View File

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