瀏覽代碼

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

Daniele Alessandri 9 年之前
父節點
當前提交
80af1af459
共有 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()
     {