10000 minor #53114 [Serializer] Move dummy to fixtures folder (HypeMC) · symfony/symfony@ca18765 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca18765

Browse files
minor #53114 [Serializer] Move dummy to fixtures folder (HypeMC)
This PR was merged into the 5.4 branch. Discussion ---------- [Serializer] Move dummy to fixtures folder | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Commits ------- d07e44c [Serializer] Moves dummy to fixtures folder
2 parents 1de8768 + d07e44c commit ca18765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Serializer/Tests/Php80Dummy.php renamed to src/Symfony/Component/Serializer/Tests/Fixtures/Php80Dummy.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\Serializer\Tests;
12+
namespace Symfony\Component\Serializer\Tests\Fixtures;
1313

1414
final class Php80Dummy
1515
{

src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
use Symfony\Component\Serializer\Tests\Fixtures\OtherSerializedNameDummy;
4040
use Symfony\Component\Serializer\Tests\Fixtures\Php74Dummy;
4141
use Symfony\Component\Serializer\Tests\Fixtures\Php74DummyPrivate;
42+
use Symfony\Component\Serializer\Tests\Fixtures\Php80Dummy;
4243
use Symfony\Component\Serializer\Tests\Fixtures\SiblingHolder;
4344
use Symfony\Component\Serializer\Tests\Normalizer\Features\AttributesTestTrait;
4445
use Symfony\Component\Serializer\Tests\Normalizer\Features\CacheableObjectAttributesTestTrait;
@@ -56,7 +57,6 @@
5657
use Symfony\Component\Serializer\Tests\Normalizer\Features\TypedPropertiesObject;
5758
use Symfony\Component\Serializer\Tests\Normalizer\Features\TypedPropertiesObjectWithGetters;
5859
use Symfony\Component\Serializer\Tests\Normalizer\Features\TypeEnforcementTestTrait;
59-
use Symfony\Component\Serializer\Tests\Php80Dummy;
6060

6161
/**
6262
* @author Kévin Dunglas <dunglas@gmail.com>

0 commit comments

Comments
 (0)
0