Skip to content

Commit 9a1e12e

Browse files
committed
test(jsonschema): fix phpunit tests
1 parent 325a04c commit 9a1e12e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Functional/PaginationDisabledTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
namespace ApiPlatform\Tests\Functional;
1515

1616
use ApiPlatform\JsonSchema\SchemaFactoryInterface;
17-
use ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactory;
17+
use ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface;
1818
use ApiPlatform\Symfony\Bundle\Test\ApiTestCase;
1919
use ApiPlatform\Tests\Fixtures\TestBundle\Entity\PaginationDisabledEntity;
2020
use ApiPlatform\Tests\RecreateSchemaTrait;
@@ -27,7 +27,7 @@ final class PaginationDisabledTest extends ApiTestCase
2727
use SetupClassResourcesTrait;
2828

2929
protected SchemaFactoryInterface $schemaFactory;
30-
private OperationMetadataFactory $operationMetadataFactory;
30+
private OperationMetadataFactoryInterface $operationMetadataFactory;
3131

3232
protected static ?bool $alwaysBootKernel = false;
3333

0 commit comments

Comments
 (0)