Skip to content

Commit 0660891

Browse files
committed
[PropertyInfo] Fix some namespaces in tests
1 parent bbe72f9 commit 0660891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\PropertyInfo\PropertyInfo\Tests;
12+
namespace Symfony\Component\PropertyInfo\Tests;
1313

1414
use Symfony\Component\PropertyInfo\PropertyInfoExtractor;
1515
use Symfony\Component\PropertyInfo\Tests\Fixtures\DummyExtractor;

src/Symfony/Component/PropertyInfo/Tests/TypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\PropertyInfo\PropertyInfo\Tests;
12+
namespace Symfony\Component\PropertyInfo\Tests;
1313

1414
use Symfony\Component\PropertyInfo\Type;
1515

0 commit comments

Comments
 (0)