X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Ftrans001.phpt;fp=tests%2Ftrans001.phpt;h=e6d53ee703593da20002af807b40f2ccd22aaaed;hp=11a4276a0a625a62b232620d6025a8d5a8892571;hb=ac08c194e71fee0f68559c1ec43f323ecc334019;hpb=d4f2435f5b1d4ca6b0a845772fc00efac703a05c diff --git a/tests/trans001.phpt b/tests/trans001.phpt index 11a4276..e6d53ee 100644 --- a/tests/trans001.phpt +++ b/tests/trans001.phpt @@ -10,7 +10,7 @@ include "_setup.inc"; $c = new pq\Connection(PQ_DSN); new pq\Event($c, pq\Event::NOTICE, function($c, $notice) { - echo "Got notice: $notice"; + echo "Got notice: $notice\n"; }); $t = new pq\Transaction($c); $c->exec("DROP TABLE IF EXISTS test; CREATE TABLE test (id serial, data text)");