X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync001.phpt;h=23278574a4402eb4fd8707719a47e681aa8ed95f;hp=9fa2eb70a34aba0df7c85b734051e5543a0795cf;hb=a009113642d9cb2d677e702b65f306fbb5993d41;hpb=62733e47d1c382366f5d7dd1298745bc51ca0023 diff --git a/tests/async001.phpt b/tests/async001.phpt index 9fa2eb7..2327857 100644 --- a/tests/async001.phpt +++ b/tests/async001.phpt @@ -8,7 +8,7 @@ echo "Test\n"; include "_setup.inc"; -$c = new pq\Connection(PQ_DSN, false); +$c = new pq\Connection(PQ_DSN, true); $s = array($c->status); echo "W"; $w = array($c->socket);