Skip to content

Commit

Permalink
fix: PropertyMapperTest
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejmarszal committed Sep 16, 2024
1 parent 1bea0cc commit cef7e63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public function testGetMetadataProperties(): void
$property = $this->createMock(Property::class);
$resourceMock = $this->createMock(Resource::class);
$property->method('getUri')->willReturn('uri');
$property->method('getRange')->willReturn('range');
$resourceMock->method('getUri')->willReturn('resource_uri');

$property
Expand Down

0 comments on commit cef7e63

Please sign in to comment.