Skip to content

Commit d07e44c

Browse files
committed
[Serializer] Moves dummy to fixtures folder
1 parent 1de8768 commit d07e44c

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 <[email protected]>

0 commit comments

Comments
 (0)