1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-30 04:19:49 +01:00
ext-pq/tests/crash_cur_reverse_dep.phpt
2014-12-17 07:51:19 +01:00

21 lines
257 B
PHP

--TEST--
crash txn reverse dependency from connection
--SKIPIF--
<?php
include "_skipif.inc";
?>
--FILE--
<?php
echo "Test\n";
include "_setup.inc";
$c = new pq\Connection(PQ_DSN);
$c->t = $c->startTransaction();
?>
===DONE===
--EXPECT--
Test
===DONE===