Skip to content

Commit

Permalink
test: use our name converter
Browse files Browse the repository at this point in the history
symfony/symfony#53898 breaks our interface
  • Loading branch information
soyuka committed Mar 21, 2024
1 parent c2f7b28 commit 7c1336f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Doctrine/Odm/Tests/Fixtures/CustomConverter.php
Expand Up @@ -13,7 +13,7 @@

namespace ApiPlatform\Doctrine\Odm\Tests\Fixtures;

use Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter;
use ApiPlatform\Metadata\Util\CamelCaseToSnakeCaseNameConverter;

/**
* Custom converter that will only convert a property named "nameConverted"
Expand Down
2 changes: 1 addition & 1 deletion src/Doctrine/Orm/Tests/Fixtures/CustomConverter.php
Expand Up @@ -13,7 +13,7 @@

namespace ApiPlatform\Doctrine\Orm\Tests\Fixtures;

use Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter;
use ApiPlatform\Metadata\Util\CamelCaseToSnakeCaseNameConverter;

/**
* Custom converter that will only convert a property named "nameConverted"
Expand Down
Expand Up @@ -13,7 +13,7 @@

namespace ApiPlatform\GraphQl\Tests\Fixtures\Serializer\NameConverter;

use Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter;
use ApiPlatform\Metadata\Util\CamelCaseToSnakeCaseNameConverter;

/**
* Custom converter that will only convert a property named "nameConverted"
Expand Down
Expand Up @@ -13,7 +13,7 @@

namespace ApiPlatform\Serializer\Tests\Fixtures\Serializer\NameConverter;

use Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter;
use ApiPlatform\Metadata\Util\CamelCaseToSnakeCaseNameConverter;

/**
* Custom converter that will only convert a property named "nameConverted"
Expand Down
Expand Up @@ -13,7 +13,7 @@

namespace ApiPlatform\Tests\Fixtures\TestBundle\Serializer\NameConverter;

use Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter;
use ApiPlatform\Metadata\Util\CamelCaseToSnakeCaseNameConverter;

/**
* Custom converter that will only convert a property named "nameConverted"
Expand Down

0 comments on commit 7c1336f

Please sign in to comment.