X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Ftrans001.phpt;h=1dc97baff9d1fa1bbe8eb0be2c3758be8cb59e0d;hp=fc00a385c7be31acf028767cb25a0b21ddc8bc2a;hb=e1b86433bd546df30808d89489707de7c50794b7;hpb=0e66a82238ad0aacbf646d0016193a064a4b7ecb diff --git a/tests/trans001.phpt b/tests/trans001.phpt index fc00a38..1dc97ba 100644 --- a/tests/trans001.phpt +++ b/tests/trans001.phpt @@ -10,6 +10,7 @@ include "_setup.inc"; $c = new pq\Connection(PQ_DSN); $c->exec("DROP TABLE IF EXISTS test CASCADE"); +$c->exec("SET client_min_messages TO NOTICE"); $c->on(pq\Connection::EVENT_NOTICE, function($c, $notice) { echo "Got notice: $notice\n"; });