浏览代码

[tests] Require pcntl extension to run blocking PubSub\Consumer test.

Daniele Alessandri 10 年之前
父节点
当前提交
a22858438d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/Predis/PubSub/ConsumerTest.php

+ 1 - 0
tests/Predis/PubSub/ConsumerTest.php

@@ -343,6 +343,7 @@ class ConsumerTest extends PredisTestCase
 
     /**
      * @group connected
+     * @requires extension pcntl
      */
     public function testPubSubAgainstRedisServerBlocking()
     {