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 Sep 6, 2023
1 parent 3da9335 commit e091b4d
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 e091b4d

Please sign in to comment.