Skip to content

Commit

Permalink
Last one
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Nov 12, 2024
1 parent 73e0134 commit 3769a6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ private function create_mock_instance(
);

$builder = $this->getMockBuilder( Jetpack_Geo_Location::class )
->onlyMethods( $mock_methods );
->addMethods( $mock_methods );

if ( $disable_constructor ) {
$builder->disableOriginalConstructor();
Expand Down

0 comments on commit 3769a6b

Please sign in to comment.