Skip to content

Commit 980acef

Browse files
committed
fixed obsolete getMock() usage
1 parent c71fd6e commit 980acef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ public function testSettersAreChainable()
846846
public function testNoDeprecationsAreTriggered()
847847
{
848848
new DefaultResponse();
849-
$this->getMock(Response::class);
849+
$this->getMockBuilder(Response::class)->getMock();
850850
}
851851

852852
/**

0 commit comments

Comments
 (0)