X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fcancel001.phpt;h=a5bf4f35efd279c4eaf487d5f9552ee555322616;hp=2cc5896996ea34f494b3771db97511f119377c2a;hb=76e64a0a6074927832c2f77d8ee45f253179dfad;hpb=04574bc5cdd3d0504d2d70de20279a83ea802019 diff --git a/tests/cancel001.phpt b/tests/cancel001.phpt index 2cc5896..a5bf4f3 100644 --- a/tests/cancel001.phpt +++ b/tests/cancel001.phpt @@ -9,6 +9,7 @@ echo "Test\n"; include "_setup.inc"; $c = new pq\Connection(PQ_DSN); +$c->exec("SET lc_messages TO 'C'"); $x = new pq\Cancel($c);