Skip to content

Commit

Permalink
Dropped expects from ArgumentMetadata mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Oct 10, 2023
1 parent aefa53c commit 8a315d5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ private function createArgumentMetadata(string $type): ArgumentMetadata
{
$argumentMetadata = $this->createMock(ArgumentMetadata::class);
$argumentMetadata
->expects(self::atLeastOnce())
->method('getType')
->willReturn($type);

Expand Down

0 comments on commit 8a315d5

Please sign in to comment.