Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 22, 2023
1 parent 7a67abd commit 22fb6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MockObjectComparatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ private static function createMockForComparatorTest(string $type, array $constru
{
$generator = new Generator;

return $generator->testDouble($type, true, null, $constructorArguments);
return $generator->testDouble($type, true, true, null, $constructorArguments);
}
}

0 comments on commit 22fb6a7

Please sign in to comment.