Forráskód Böngészése

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

Daniele Alessandri 10 éve
szülő
commit
a22858438d
1 módosított fájl, 1 hozzáadás és 0 törlés
  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()
     {