We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8799d06 commit f2a4838Copy full SHA for f2a4838
tests/Unit/QueueTest.php
@@ -45,8 +45,7 @@ public function provideConstructorInvalidArgumentData()
45
46
public function testGetName()
47
{
48
- $clientClass = class_exists('Tarantool') ? 'Tarantool' : 'Tarantool\Client\Client';
49
- $client = $this->getMockBuilder($clientClass)
+ $client = $this->getMockBuilder('Tarantool\Client\Client')
50
->disableOriginalConstructor()
51
->getMock();
52
0 commit comments