Jelajahi Sumber

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

Daniele Alessandri 9 tahun lalu
induk
melakukan
80af1af459
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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()
     {