X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync002.phpt;h=12b1be4de414b4f3b575a9a90f9dc27003f98ab0;hp=16de35a421dc7b79d119c2a86dadb55220119b84;hb=ec79f18c30c64021ff78b631f713a4b1b380fd86;hpb=a009113642d9cb2d677e702b65f306fbb5993d41 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); } ?>