X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fasync002.phpt;h=12b1be4de414b4f3b575a9a90f9dc27003f98ab0;hb=9f5cecf26bd70a92ed013f31afec59e272623ac1;hp=16de35a421dc7b79d119c2a86dadb55220119b84;hpb=a009113642d9cb2d677e702b65f306fbb5993d41;p=m6w6%2Fext-pq diff --git a/tests/async002.phpt b/tests/async002.phpt index 16de35a..12b1be4 100644 --- a/tests/async002.phpt +++ b/tests/async002.phpt @@ -46,7 +46,7 @@ function complete($c) { complete($c); if ($c->status == pq\Connection::OK) { - $c->reset(); + $c->resetAsync(); complete($c); } ?>