Procházet zdrojové kódy

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

Daniele Alessandri před 9 roky
rodič
revize
80af1af459
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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()
     {