Sfoglia il codice sorgente

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

Daniele Alessandri 9 anni fa
parent
commit
a22858438d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()
     {