Skip to content

Commit 92d9ba3

Browse files
committed
minor symfony#16934 [PropertyInfo] Fix some namespaces in tests (dunglas)
This PR was merged into the 2.8 branch. Discussion ---------- [PropertyInfo] Fix some namespaces in tests | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 0660891 [PropertyInfo] Fix some namespaces in tests
2 parents f50f92a + 0660891 commit 92d9ba3

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)