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 ac21315 commit 554350dCopy full SHA for 554350d
tests/Unit/QueueTest.php
@@ -45,6 +45,10 @@ public function provideConstructorInvalidArgumentData() : iterable
45
46
public function testGetName() : void
47
{
48
+ if (!class_exists(Client::class)) {
49
+ $this->markTestSkipped('The tarantool\client package is not installed.');
50
+ }
51
+
52
/** @var Client|MockObject $client */
53
$client = $this->createMock(Client::class);
54
0 commit comments