소스 검색

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

Daniele Alessandri 9 년 전
부모
커밋
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()
     {