Skip to content

Commit

Permalink
Sync with PHPUnit 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 6, 2023
1 parent 228dd93 commit 3aca4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.3"
"phpunit/phpunit": "^10.4"
},
"config": {
"platform": {
Expand Down
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->getMock($type, null, $constructorArguments);
return $generator->testDouble($type, true, null, $constructorArguments);
}
}

0 comments on commit 3aca4f8

Please sign in to comment.