Skip to content

Commit 6704c7e

Browse files
committed
Temporary skip the test for the pecl connector until this PR is merged: tarantool/tarantool-php#134
1 parent 49a7a01 commit 6704c7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/Unit/QueueTest.php

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ public function provideConstructorInvalidArgumentData() : iterable
4545

4646
public function testGetName() : void
4747
{
48+
// temporary skip the test for the pecl connector until this PR is merged:
49+
// https://github.com/tarantool/tarantool-php/pull/134
50+
if (!class_exists(Client::class)) {
51+
$this->markTestSkipped('The tarantool\client package is not installed.');
52+
}
53+
4854
/** @var \Tarantool|Client|MockObject $client */
4955
$client = class_exists(\Tarantool::class, false)
5056
? $this->createMock(\Tarantool::class)

0 commit comments

Comments
 (0)