Skip to content

Commit 53e113b

Browse files
authored
fixed typo
1 parent c11f03a commit 53e113b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Bridge/Doctrine/Orm/SubresourceDataProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private function getManagerRegistryProphecy(QueryBuilder $queryBuilder, array $i
8484
$classMetadataProphecy->getIdentifier()->willReturn($identifiers);
8585

8686
foreach ($identifiers as $id) {
87-
$classMetadataProphecy->getTypeOfField($id)->willReturn('interger');
87+
$classMetadataProphecy->getTypeOfField($id)->willReturn('integer');
8888
}
8989

9090
$repositoryProphecy = $this->prophesize(EntityRepository::class);

0 commit comments

Comments
 (0)