Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 9, 2021
1 parent b3e63e0 commit 0eb2d3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Repository/DefaultSluggableRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ public function testIsSlugUniqueFor(): void
->method('getIdentifierValues')
->with($sluggable)
->willReturn([
'id' => null,
'slug' => 'foo',
'id.id' => '123',
]);
'id' => null,
'slug' => 'foo',
'id.id' => '123',
]);

$this->entityManager->expects(self::once())
->method('createQueryBuilder')
Expand Down

0 comments on commit 0eb2d3f

Please sign in to comment.