Skip to content

Commit 7e68914

Browse files
More cleanups and fixes
1 parent 591f203 commit 7e68914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Transport/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public function testDeleteAfterAck()
361361

362362
public function testDeleteAfterReject()
363363
{
364-
$redis = $this->getMockBuilder(\Redis::class)->disableOriginalConstructor()->getMock();
364+
$redis = $this->createMock(\Redis::class);
365365

366366
$redis->expects($this->exactly(1))->method('xack')
367367
->with('queue', 'symfony', ['1'])

0 commit comments

Comments
 (0)