prepare release 2.1.5
[m6w6/ext-pq] / tests / crash_cur_reverse_dep.phpt
1 --TEST--
2 crash txn reverse dependency from connection
3 --SKIPIF--
4 <?php
5 include "_skipif.inc";
6 ?>
7 --FILE--
8 <?php
9 echo "Test\n";
10
11 include "_setup.inc";
12
13 $c = new pq\Connection(PQ_DSN);
14 $c->t = $c->startTransaction();
15
16 ?>
17 ===DONE===
18 --EXPECT--
19 Test
20 ===DONE===